.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform, height;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: 50%;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
    left: 10px;
    right: auto
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
    right: 10px;
    left: auto
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px
}

.swiper-pagination-progress {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical>.swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
    background: hsla(0, 0%, 100%, .5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container-cube,
.swiper-container-flip {
    overflow: visible
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12) infinite;
    animation: swiper-preloader-spin 1s steps(12) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn)
    }
}

@keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute!important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    height: 100%;
    left: 0;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    -webkit-transition-duration: inherit;
    transition-duration: inherit;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .87;
    -webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .25s, visibility 0s linear .25s;
    transition: opacity .25s, visibility 0s linear .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    -webkit-transition: opacity .25s, visibility 0s;
    transition: opacity .25s, visibility 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    text-align: center;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: opacity, -webkit-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    height: 100%;
    margin-right: -.25em;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block
}

.fancybox-slide--next {
    z-index: 99995
}

.fancybox-slide--image {
    overflow: visible;
    padding: 44px 0
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--html {
    padding: 6px 6px 0
}

.fancybox-slide--iframe {
    padding: 44px 44px 0
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0 0 6px;
    max-width: 100%;
    overflow: auto;
    padding: 0;
    padding: 24px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    margin: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    transition-property: opacity, -webkit-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.fancybox-can-drag .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-is-dragging .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--html .fancybox-content {
    margin-bottom: 6px
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--video .fancybox-content {
    height: 100%;
    margin: 0;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
    height: calc(100% - 44px);
    margin-bottom: 44px
}

.fancybox-iframe,
.fancybox-video {
    background: transparent;
    border: 0;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    vertical-align: top
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    outline: none;
    padding: 10px;
    -webkit-transition: color .2s;
    transition: color .2s;
    vertical-align: top;
    width: 44px
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc
}

.fancybox-button:focus,
.fancybox-button:hover {
    color: #fff
}

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default
}

.fancybox-button svg {
    display: block;
    overflow: visible;
    position: relative;
    shape-rendering: geometricPrecision
}

.fancybox-button svg path {
    fill: transparent;
    stroke: currentColor;
    stroke-linejoin: round;
    stroke-width: 3
}

.fancybox-button--pause svg path:first-child,
.fancybox-button--play svg path:nth-child(2) {
    display: none
}

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
    fill: currentColor
}

.fancybox-button--share svg path {
    stroke-width: 1
}

.fancybox-navigation .fancybox-button {
    height: 38px;
    opacity: 0;
    padding: 6px;
    position: absolute;
    top: 50%;
    width: 38px
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
    -webkit-transition: opacity .25s, visibility 0s, color .25s;
    transition: opacity .25s, visibility 0s, color .25s
}

.fancybox-navigation .fancybox-button:after {
    content: "";
    left: -25px;
    padding: 50px;
    position: absolute;
    top: -25px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    right: 6px
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #555;
    cursor: pointer;
    height: 44px;
    margin: 0;
    padding: 6px;
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    z-index: 10
}

.fancybox-close-small svg {
    fill: transparent;
    opacity: .8;
    stroke: currentColor;
    stroke-width: 1.5;
    -webkit-transition: stroke .1s;
    transition: stroke .1s
}

.fancybox-close-small:focus {
    outline: none
}

.fancybox-close-small:hover svg {
    opacity: 1
}

.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small {
    color: #ccc;
    padding: 5px;
    right: -12px;
    top: -44px
}

.fancybox-slide--iframe .fancybox-close-small:hover svg,
.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg {
    background: transparent;
    color: #fff
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
    display: none
}

.fancybox-caption {
    bottom: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 25px 44px;
    right: 0
}

.fancybox-caption:before {
    background-image: url(data:image/png;
 base64, iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
    background-repeat: repeat-x;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -25px;
    z-index: -1
}

.fancybox-caption:after {
    border-bottom: 1px solid hsla(0, 0%, 100%, .3);
    content: "";
    display: block;
    left: 44px;
    position: absolute;
    right: 44px;
    top: 0
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    -webkit-animation: a .8s infinite linear;
    animation: a .8s infinite linear;
    background: transparent;
    border: 6px solid rgba(99, 99, 99, .5);
    border-radius: 100%;
    border-top-color: #fff;
    height: 60px;
    left: 50%;
    margin: -30px 0 0 -30px;
    opacity: .6;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 60px;
    z-index: 99999
}

@-webkit-keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fancybox-animated {
    -webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1)
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #fff;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs>ul {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x>ul {
    overflow: hidden
}

.fancybox-thumbs-y>ul::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs>ul>li {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, .1)
}

.fancybox-thumbs>ul>li {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.fancybox-thumbs>ul>li:before {
    border: 4px solid #4ea7f9;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}

.fancybox-thumbs .fancybox-thumbs-active:before {
    opacity: 1
}

@media (max-width:800px) {
    .fancybox-thumbs {
        width: 110px
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }
    .fancybox-thumbs>ul>li {
        max-width: calc(100% - 10px)
    }
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font: 14px/1.5 Arial, Microsoft Yahei, Hiragino Sans GB, sans-serif;
    -webkit-tap-highlight-color: transparent
}

body,
dd,
dl,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
    margin: 0
}

ol,
td,
ul {
    padding: 0
}

ol,
ul {
    list-style-type: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 100
}

a,
button,
img,
input,
textarea {
    outline: none
}

a {
    color: #000;
    text-decoration: none
}

img {
    border: 0;
    vertical-align: top
}

button,
input,
textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    border: 1px solid #999;
    font-size: 100%
}

input,
textarea {
    display: block;
    width: 100%;
    font-size: inherit;
    font-family: inherit
}

input {
    height: 40px;
    padding: 0 8px
}

textarea {
    height: 150px;
    padding: 8px;
    resize: none
}

button {
    cursor: pointer
}

hr {
    margin: 0;
    border: 0;
    height: 1px;
    background-color: #000
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

video::-internal-media-controls-download-button {
    display: none
}

video::-webkit-media-controls-enclosure {
    overflow: hidden
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px)
}

.f-clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden
}

.f-pointer {
    cursor: pointer
}

.f-full {
    width: 100%;
    height: 100%
}

.f-table {
    display: table;
    table-layout: fixed;
    max-width: 100%
}

.f-cell {
    display: table-cell;
    vertical-align: middle
}

.f-bgcover {
    background: no-repeat 50%/cover
}

.f-none {
    display: none
}

.f-cell,
.f-table {
    width: 100%;
    height: 100%
}

#g-footer .textWrapper .textContent:after,
#g-header .Header .languageWrapper:after,
#g-header .Header .menuBox .menuItem .DropDownList:after,
#g-header .Header .menuBox:after,
#g-header .Header:after,
.aboutWrapper .section_5 .box:after,
.aboutWrapper .section_5:after,
.careerWrapper .JobListWrapper .JobList li .title:after,
.careerWrapper .JobListWrapper .listHeader:after,
.certificationEnWrapper .certificateWrapper .grid:after,
.certificationEnWrapper .teamWrapper .grid:after,
.certificationWrapper .certificateWrapper .grid:after,
.certificationWrapper .teamWrapper .grid:after,
.contactWrapper .contactBox .content:after,
.contactWrapper .form .box:after,
.ingredientWrapper .grid .item:after,
.newsEnWrapper .listWrapper .grid:after,
.newsWrapper .listWrapper .grid:after,
.productsDetailsWrapper .Content:after,
.productsWrapper .grid .item:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
    clear: both
}

.aboutWrapper .banner .play,
.indexWrapper .bannerWrapper .swiper-slide .play,
.newsDetailsWrapper .videoBox .pic .play,
.newsEnWrapper .TitleWrapper .picture .play,
.newsWrapper .TitleWrapper .picture .play,
.productsWrapper .banner .play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%)
}


/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes bounce {
    0%,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {
    0%,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {
    0%,
    50%,
    to {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {
    0%,
    50%,
    to {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {
    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {
    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {
    0%,
    11.1%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(.39063deg) skewY(.39063deg);
        transform: skewX(.39063deg) skewY(.39063deg)
    }
    88.8% {
        -webkit-transform: skewX(-.19531deg) skewY(-.19531deg);
        transform: skewX(-.19531deg) skewY(-.19531deg)
    }
}

@keyframes jello {
    0%,
    11.1%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(.39063deg) skewY(.39063deg);
        transform: skewX(.39063deg) skewY(.39063deg)
    }
    88.8% {
        -webkit-transform: skewX(-.19531deg) skewY(-.19531deg);
        transform: skewX(-.19531deg) skewY(-.19531deg)
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.bounceIn {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotateY(-1turn);
        transform: perspective(400px) rotateY(-1turn);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotateY(-1turn);
        transform: perspective(400px) rotateY(-1turn);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40%,
    80% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40%,
    80% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes jackInTheBox {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) rotate(30deg);
        transform: scale(.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes jackInTheBox {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) rotate(30deg);
        transform: scale(.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.jackInTheBox {
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

#g-header {
    width: 100%;
    height: 138px
}

#g-header .headerWrapper {
    width: 100%;
    padding: 0 24px;
    position: relative;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

#g-header .Header {
    max-width: 1442px;
    padding-top: 48px;
    margin: 0 auto
}

#g-header .Header .Logo {
    float: left
}

#g-header .Header .Logo img {
    height: 46px
}

#g-header .Header .menuBox {
    float: right
}

#g-header .Header .menuBox .menuItem {
    float: left;
    margin-left: 70px;
    cursor: pointer
}

#g-header .Header .menuBox .menuItem .title {
    display: inline-block;
    padding: 26px 0 46px;
    color: #333;
    font-size: 12px;
    position: relative
}

#g-header .Header .menuBox .menuItem .title i {
    display: none
}

@media screen and (min-width:992px) {
    #g-header .Header .menuBox .menuItem .title:after {
        opacity: 0;
        content: "";
        width: 100%;
        height: 2px;
        background-color: #fbe1c3;
        position: absolute;
        bottom: 48px;
        left: 0;
        z-index: -1;
        -webkit-transition: opacity .3s linear;
        transition: opacity .3s linear
    }
}

#g-header .Header .menuBox .menuItem .DropDownList {
    visibility: hidden;
    opacity: 0;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #f3f3f3;
    -webkit-box-shadow: 0 10px 12px hsla(0, 0%, 99%, .4);
    box-shadow: 0 10px 12px hsla(0, 0%, 99%, .4);
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 2;
    -webkit-transition: all .1s linear;
    transition: all .1s linear
}

#g-header .Header .menuBox .menuItem .DropDownList .DropDownListContent {
    max-width: 1442px;
    padding: 58px 0 136px 186px;
    text-align: center;
    margin: 0 auto
}

#g-header .Header .menuBox .menuItem .DropDownList .DropDownListContent .titleName {
    display: inline-block;
    line-height: 30px;
    margin-top: 16px;
    font-size: 30px;
    font-family: f;
    vertical-align: top
}

#g-header .Header .menuBox .menuItem .DropDownList .DropDownListContent .pic {
    display: inline-block;
    margin: 0 56px 0 132px;
    vertical-align: top
}

#g-header .Header .menuBox .menuItem .DropDownList .DropDownListContent .pic img {
    max-width: 360px
}

#g-header .Header .menuBox .menuItem .DropDownList .DropDownListContent .linkList {
    display: inline-block
}

#g-header .Header .menuBox .menuItem .DropDownList .DropDownListContent .linkList a {
    opacity: .7;
    display: block;
    text-align: left;
    margin-bottom: 29px;
    color: #333;
    font-size: 12px
}

#g-header .Header .menuBox .menuItem .DropDownList .DropDownListContent .linkList a:hover {
    opacity: 1
}

@media screen and (min-width:992px) {
    #g-header .Header .menuBox .menuItem:hover .title:after {
        opacity: 1
    }
    #g-header .Header .menuBox .menuItem:hover .DropDownList {
        opacity: 1;
        visibility: visible
    }
}

#g-header .Header .menuBox .active .title:after {
    opacity: 1
}

#g-header .Header .languageWrapper {
    float: right;
    padding-top: 23px;
    margin-left: 80px
}

#g-header .Header .languageWrapper .icon-diqiu {
    float: left;
    margin-right: 9px;
    position: relative;
    top: -2px
}

#g-header .Header .languageWrapper .languageBox {
    float: left;
    line-height: 22px;
    position: relative;
    cursor: pointer
}

#g-header .Header .languageWrapper .languageBox .languageVal {
    float: left;
    font-size: 12px
}

#g-header .Header .languageWrapper .languageBox .icon-jiantou {
    float: right;
    margin-left: 11px
}

#g-header .Header .languageWrapper .languageBox .languageList {
    display: none;
    width: 100%;
    background-color: #fff;
    position: absolute;
    top: calc(100% + 10px);
    left: -8px;
    z-index: 2
}

#g-header .Header .languageWrapper .languageBox .languageList p {
    padding: 6px 0 6px 8px;
    color: #666
}

#g-header .Header .languageWrapper .languageBox .languageList p:hover {
    color: #333
}

#g-header .Header .menu {
    width: 28px;
    height: 25px;
    overflow: hidden;
    position: absolute;
    left: 24px;
    top: 16px;
    z-index: 3;
    cursor: pointer;
    -webkit-transition: transform .3s linear;
    -webkit-transition: -webkit-transform .3s linear;
    transition: -webkit-transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear, -webkit-transform .3s linear
}

#g-header .Header .menu:after,
#g-header .Header .menu:before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #000;
    position: absolute;
    left: 0;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

#g-header .Header .menu:before {
    top: 3px
}

#g-header .Header .menu:after {
    bottom: 3px
}

#g-header .Header .menu .hamburger {
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    margin-top: -1px;
    -webkit-transition: all .5s linear;
    transition: all .5s linear
}

@media screen and (min-width:992px) {
    #g-header .Header .menu {
        display: none
    }
}

#g-header .navFixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 6;
    background-color: #fff
}

@media screen and (min-width:992px) {
    #g-header .navFixed .Header {
        padding-top: 20px
    }
    #g-header .navFixed .Header .Logo img {
        height: 36px
    }
    #g-header .navFixed .Header .menuBox .menuItem {
        margin-left: 70px
    }
    #g-header .navFixed .Header .menuBox .menuItem .title {
        padding: 20px 0
    }
    #g-header .navFixed .Header .menuBox .menuItem .title:after {
        bottom: 21px
    }
    #g-header .navFixed .Header .languageWrapper {
        padding-top: 18px
    }
}

#g-header .open .menu:after,
#g-header .open .menu:before {
    top: 12px;
    background-color: #000
}

#g-header .open .menu:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#g-header .open .menu:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

#g-header .open .menu .hamburger {
    opacity: 0
}

#g-header .open .Header .menuBox {
    left: 0
}

@media screen and (max-width:1360px) {
    #g-header {
        height: 88px
    }
    #g-header .Header {
        padding-top: 30px
    }
    #g-header .Header .Logo img {
        height: 36px
    }
    #g-header .Header .menuBox .menuItem {
        margin-left: 60px
    }
    #g-header .Header .menuBox .menuItem .title {
        padding: 20px 0
    }
    #g-header .Header .menuBox .menuItem .title:after {
        bottom: 22px
    }
    #g-header .Header .menuBox .menuItem .DropDownList .DropDownListContent {
        max-width: 1442px;
        padding: 48px 0 100px 186px
    }
    #g-header .Header .menuBox .menuItem .DropDownList .DropDownListContent .titleName {
        line-height: 30px;
        margin-top: 16px;
        font-size: 30px
    }
    #g-header .Header .menuBox .menuItem .DropDownList .DropDownListContent .pic {
        margin: 0 56px 0 132px
    }
    #g-header .Header .languageWrapper {
        padding-top: 18px;
        margin-left: 60px
    }
}

@media screen and (max-width:991px) {
    #g-header {
        height: 58px
    }
    #g-header .Header {
        padding: 15px 0
    }
    #g-header .Header .Logo {
        float: none;
        display: block;
        width: 108px;
        margin: 0 auto;
        text-align: center
    }
    #g-header .Header .Logo img {
        height: 28px
    }
    #g-header .Header .menuBox {
        float: none;
        width: 100%;
        height: calc(100% - 58px);
        padding: 60px 24px;
        background-color: #fff;
        border-top: 1px solid #f3f3f3;
        position: fixed;
        top: 58px;
        left: -100%;
        z-index: 6;
        -webkit-transition: left .3s linear;
        transition: left .3s linear
    }
    #g-header .Header .menuBox .menuItem {
        float: none;
        margin-left: 0;
        margin-bottom: 10px
    }
    #g-header .Header .menuBox .menuItem .title {
        display: block;
        padding: 0 0 20px;
        font-size: 18px;
        position: relative
    }
    #g-header .Header .menuBox .menuItem .title i {
        display: inline-block;
        position: absolute;
        top: 3px;
        right: 0
    }
    #g-header .Header .menuBox .menuItem .DropDownList {
        display: none;
        visibility: visible;
        opacity: 1;
        width: 100%;
        border-top: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        position: static;
        -webkit-transition: none;
        transition: none
    }
    #g-header .Header .menuBox .menuItem .DropDownList .DropDownListContent {
        padding: 0 20px;
        text-align: left
    }
    #g-header .Header .menuBox .menuItem .DropDownList .DropDownListContent .pic,
    #g-header .Header .menuBox .menuItem .DropDownList .DropDownListContent .titleName {
        display: none
    }
    #g-header .Header .menuBox .menuItem .DropDownList .DropDownListContent .linkList {
        display: inline-block
    }
    #g-header .Header .menuBox .menuItem .DropDownList .DropDownListContent .linkList a {
        opacity: .7;
        display: block;
        margin-bottom: 22px;
        font-size: 14px
    }
    #g-header .Header .menuBox .menuItem.on .title i {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    #g-header .Header .languageWrapper {
        float: none;
        margin-left: 0;
        padding: 0;
        position: absolute;
        right: 24px;
        top: 18px
    }
}

@media screen and (max-width:575px) {
    #g-header .Header .menuBox .menuItem .title {
        font-size: 16px
    }
    #g-header .Header .menuBox .menuItem .title i {
        top: 1px
    }
}

#g-footer {
    border-top: 1px dashed #cacac8
}

#g-footer .tanmaoLinkBok {
    padding: 64px 0;
    text-align: center
}

#g-footer .tanmaoLinkBok div {
    display: inline-block;
    margin-left: 49px
}

#g-footer .tanmaoLinkBok div p {
    line-height: 20px;
    margin-bottom: 10px;
    color: #333;
    font-size: 20px
}

#g-footer .tanmaoLinkBok div a {
    border-bottom: 1px solid #666;
    font-family: f
}

@media screen and (max-width:1200px) {
    #g-footer .tanmaoLinkBok {
        padding: 30px 0
    }
}

@media screen and (max-width:768px) {
    #g-footer .tanmaoLinkBok img {
        height: 36px
    }
    #g-footer .tanmaoLinkBok div {
        margin-left: 16px;
        text-align: left
    }
    #g-footer .tanmaoLinkBok div p {
        line-height: 17px;
        margin-bottom: 0;
        font-size: 16px
    }
}

#g-footer .textWrapper {
    background-color: #000;
    padding-top: 90px
}

#g-footer .textWrapper .textContent {
    max-width: 1490px;
    padding: 0 24px;
    margin: 0 auto;
    color: #fff;
    position: relative
}

#g-footer .textWrapper .textContent h1 {
    line-height: 16px;
    margin-bottom: 30px;
    font-size: 16px;
    font-family: f
}

#g-footer .textWrapper .textContent h2 {
    font-family: f
}

#g-footer .textWrapper .textContent .item1 {
    float: left
}

#g-footer .textWrapper .textContent .item1 div,
#g-footer .textWrapper .textContent .item1 h2 {
    opacity: .7;
    margin-bottom: 16px
}

#g-footer .textWrapper .textContent .item1 h2 {
    font-family: f
}

#g-footer .textWrapper .textContent .item1 div {
    width: 262px;
    line-height: 24px;
    padding-left: 30px;
    position: relative
}

#g-footer .textWrapper .textContent .item1 div span {
    font-family: f;
    position: absolute;
    top: 0;
    left: 0
}

#g-footer .textWrapper .textContent .item1 .telBox {
    padding-left: 22px
}

#g-footer .textWrapper .textContent .item2 {
    max-width: 218px;
    margin: 0 auto
}

#g-footer .textWrapper .textContent .item2 a {
    opacity: .7;
    display: block;
    text-align: left;
    margin-bottom: 22px;
    color: #fff
}

#g-footer .textWrapper .textContent .item2 a span {
    display: inline-block;
    padding: 0 12px;
    height: 34px;
    line-height: 34px;
    text-align: left;
    border: 1px solid gray
}

#g-footer .textWrapper .textContent .item2 a span img {
    margin-top: 9px
}

#g-footer .textWrapper .textContent .item2 a:hover {
    opacity: 1
}

#g-footer .textWrapper .textContent .item3 {
    position: absolute;
    top: 0;
    right: 114px
}

#g-footer .textWrapper .textContent .item3 i {
    opacity: .7;
    color: #fff
}

#g-footer .textWrapper .textContent .item3 i.icon-douyin,
#g-footer .textWrapper .textContent .item3 i.icon-shipinhao,
#g-footer .textWrapper .textContent .item3 i.icon-weixin {
    position: relative
}

#g-footer .textWrapper .textContent .item3 i.icon-douyin img,
#g-footer .textWrapper .textContent .item3 i.icon-shipinhao img,
#g-footer .textWrapper .textContent .item3 i.icon-weixin img {
    opacity: 0;
    visibility: hidden;
    width: 110px;
    position: absolute;
    bottom: calc(100% + 20px);
    left: -46px;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

@media screen and (min-width:1200px) {
    #g-footer .textWrapper .textContent .item3 i.icon-douyin:hover,
    #g-footer .textWrapper .textContent .item3 i.icon-shipinhao:hover,
    #g-footer .textWrapper .textContent .item3 i.icon-weixin:hover {
        opacity: 1
    }
    #g-footer .textWrapper .textContent .item3 i.icon-douyin:hover img,
    #g-footer .textWrapper .textContent .item3 i.icon-shipinhao:hover img,
    #g-footer .textWrapper .textContent .item3 i.icon-weixin:hover img {
        visibility: visible;
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

#g-footer .textWrapper .textContent .item3 i:hover {
    opacity: 1
}

#g-footer .textWrapper .textContent .item3 a,
#g-footer .textWrapper .textContent .item3>i {
    margin-left: 12px;
    cursor: pointer
}

#g-footer .textWrapper .textContent .item3 a.weiboIcon,
#g-footer .textWrapper .textContent .item3>i.weiboIcon {
    margin-left: 0
}

#g-footer .textWrapper .textContent .item3 a.active,
#g-footer .textWrapper .textContent .item3>i.active {
    opacity: 1
}

#g-footer .textWrapper .textContent .item3 a.active img,
#g-footer .textWrapper .textContent .item3>i.active img {
    visibility: visible!important;
    opacity: 1!important;
    -webkit-transform: scale(1)!important;
    transform: scale(1)!important
}

#g-footer .textWrapper .txt {
    padding: 28px 24px 29px;
    text-align: center;
    border-top: 1px solid #4d4d4d;
    margin-top: 90px;
    color: #8b8a8a;
    font-size: 12px;
    font-family: f
}

#g-footer .textWrapper .txt a {
    color: #8b8a8a
}

#g-footer .textWrapper .txt a:hover {
    color: #fff
}

@media screen and (max-width:1200px) {
    #g-footer .textWrapper {
        padding-top: 60px
    }
    #g-footer .textWrapper .textContent h1 {
        line-height: 16px;
        margin-bottom: 30px;
        font-size: 16px
    }
    #g-footer .textWrapper .textContent .item3 {
        position: absolute;
        top: 0;
        right: 30px
    }
    #g-footer .textWrapper .txt {
        padding: 18px 24px;
        margin-top: 50px
    }
}

@media screen and (max-width:768px) {
    #g-footer .textWrapper .textContent {
        margin: 0 auto
    }
    #g-footer .textWrapper .textContent h1 {
        line-height: 18px;
        margin-bottom: 20px;
        font-size: 18px
    }
    #g-footer .textWrapper .textContent .item1 {
        float: none;
        margin-bottom: 30px
    }
    #g-footer .textWrapper .textContent .item1 div,
    #g-footer .textWrapper .textContent .item1 h2 {
        opacity: .7;
        margin-bottom: 8px
    }
    #g-footer .textWrapper .textContent .item1 div {
        width: 100%;
        line-height: 24px;
        padding-left: 30px
    }
    #g-footer .textWrapper .textContent .item2 {
        float: left;
        max-width: 49%;
        margin: 0
    }
    #g-footer .textWrapper .textContent .item2 a {
        opacity: .7;
        display: block;
        margin: 0 0 16px
    }
    #g-footer .textWrapper .textContent .item3 {
        float: right;
        width: 49%;
        position: static
    }
    #g-footer .textWrapper .textContent .item3 a,
    #g-footer .textWrapper .textContent .item3>i {
        margin-left: 20px
    }
}

@media screen and (max-width:575px) {
    #g-footer .textWrapper .textContent .item2 {
        float: none;
        max-width: 100%;
        margin: 0 0 30px
    }
    #g-footer .textWrapper .textContent .item2 a {
        opacity: .7;
        display: block;
        margin: 0 0 16px
    }
    #g-footer .textWrapper .textContent .item3 {
        float: none;
        width: 100%;
        position: static
    }
    #g-footer .textWrapper .textContent .item3 a,
    #g-footer .textWrapper .textContent .item3>i {
        margin-left: 20px
    }
}

#g-goTop {
    display: none;
    position: fixed;
    right: 50px;
    bottom: 462px;
    z-index: 3;
    cursor: pointer
}

#g-goTop i {
    font-size: 48px
}

#g-goTop:hover i {
    color: #ead2b8
}

@media screen and (max-width:1490px) {
    #g-goTop {
        right: 24px;
        bottom: 386px
    }
    #g-goTop i {
        font-size: 30px
    }
}

@media screen and (max-width:1200px) {
    #g-goTop {
        right: 20px;
        bottom: 136px
    }
    #g-goTop i {
        font-size: 30px;
        color: #ead2b8
    }
}

.loading-gezi {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 300;
    width: 100%;
    height: 100%;
    background-color: #111933
}

.loading-gezi>.inner {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 500PX;
    height: 35px;
    /* text-align: center; */
    margin: -35px 0 0 -250px;
}

.loading-gezi>.inner .k-line {
    display: inline-block;
    padding: 10px;
    width: 40px;
}

.loading-gezi>.inner .k-line img {
    width: auto;
    height: 70px;
}

.loading-gezi>.inner .k-line11-1 {
    padding: 0 80px 0 0;
}

.loading-gezi>.inner .k-line11-1,
.loading-gezi>.inner .k-line11-2 {
    -webkit-animation: k-loadingP 2.5s infinite;
    animation: k-loadingP 2.5s infinite
}

.loading-gezi>.inner .k-line11-2 {
    -webkit-animation-delay: .15s;
    animation-delay: .15s
}

.loading-gezi>.inner .k-line11-3 {
    -webkit-animation: k-loadingP 2.5s infinite;
    animation: k-loadingP 2.5s infinite;
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.loading-gezi>.inner .k-line11-4 {
    -webkit-animation: k-loadingP 2.5s infinite;
    animation: k-loadingP 2.5s infinite;
    -webkit-animation-delay: .45s;
    animation-delay: .45s
}

.loading-gezi>.inner .k-line11-5 {
    -webkit-animation: k-loadingP 2.5s infinite;
    animation: k-loadingP 2.5s infinite;
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.loading-gezi>.inner .k-line11-6 {
    -webkit-animation: k-loadingP 2.5s infinite;
    animation: k-loadingP 2.5s infinite;
    -webkit-animation-delay: .6s;
    animation-delay: .75s
}

.loading-gezi>.inner .k-line11-7 {
    -webkit-animation: k-loadingP 2.5s infinite;
    animation: k-loadingP 2.5s infinite;
    -webkit-animation-delay: .6s;
    animation-delay: .9s
}

.loading-gezi>.inner .k-line11-8 {
    -webkit-animation: k-loadingP 2.5s infinite;
    animation: k-loadingP 2.5s infinite;
    -webkit-animation-delay: .6s;
    animation-delay: 1.05s
}

.loading-gezi>.inner .k-line11-9 {
    -webkit-animation: k-loadingP 2.5s infinite;
    animation: k-loadingP 2.5s infinite;
    -webkit-animation-delay: .6s;
    animation-delay: 1.3s
}

@-webkit-keyframes k-loadingP {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    35% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: .3
    }
    50% {
        /* -webkit-transform: translateY(-20px); */
        /* transform: translateY(-20px); */
        opacity: .8
    }
    70% {
        /* -webkit-transform: translateY(3px); */
        /* transform: translateY(3px); */
        opacity: .8
    }
    85% {
        /* -webkit-transform: translateY(-3px); */
        /* transform: translateY(-3px) */
    }
}

@keyframes k-loadingP {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    35% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: .3
    }
    50% {
        /* -webkit-transform: translateY(-20px); */
        /* transform: translateY(-20px); */
        opacity: .8
    }
    70% {
        /* -webkit-transform: translateY(3px); */
        /* transform: translateY(3px); */
        opacity: .8
    }
    85% {
        /* -webkit-transform: translateY(-3px); */
        /* transform: translateY(-3px) */
    }
}

@font-face {
    font-family: fb;
    src: url(../fonts/FuturaLTBookOblique_0.eot);
    src: url(../fonts/FuturaLTBookOblique_0.eot) format("embedded-opentype"), url(../fonts/FuturaLTBookOblique_0.woff) format("woff"), url(../fonts/FuturaLTBookOblique_0.woff2) format("woff2"), url(../fonts/FuturaLTBookOblique_0.svg) format("svg")
}

@font-face {
    font-family: fm;
    src: url(../fonts/FuturaNowText-Md.eot);
    src: url(../fonts/FuturaNowText-Md.eot) format("embedded-opentype"), url(../fonts/FuturaNowText-Md.woff) format("woff"), url(../fonts/FuturaNowText-Md.woff2) format("woff2"), url(../fonts/FuturaNowText-Md.svg) format("svg")
}

@font-face {
    font-family: f;
    src: url(../fonts/FUTURAL.eot);
    src: url(../fonts/FUTURAL.eot) format("embedded-opentype"), url(../fonts/FUTURAL.woff) format("woff"), url(../fonts/FUTURAL.woff2) format("woff2"), url(../fonts/FUTURAL.svg) format("svg")
}

.bodyso {
    overflow-y: hidden!important;
    height: 100%
}

#g-loading {
    visibility: visible;
    display: block;
    opacity: 1;
}

#g-content,
.grid-loader {
    overflow: hidden
}

.grid-loader {
    opacity: 0;
    width: 100%;
    height: 26px;
    position: relative;
    margin-bottom: 30px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.grid-loader .line-scale {
    margin: 0 auto;
    width: 118px;
    text-align: center
}

.grid-loader .line-scale .sk-child {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #666;
    border-radius: 100%;
    margin: 0 10px;
    -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
    animation: sk-three-bounce 1.4s ease-in-out 0s infinite both
}

.grid-loader .line-scale .sk-bounce1 {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

.grid-loader .line-scale .sk-bounce2 {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

@-webkit-keyframes sk-three-bounce {
    0%,
    80%,
    to {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes sk-three-bounce {
    0%,
    80%,
    to {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.grid-loader.grid-loader-show {
    opacity: 1
}

@media screen and (max-width:1360px) {
    .grid-loader {
        margin: 30px 0
    }
}

@media screen and (max-width:991px) {
    .grid-loader {
        margin: 15px 0
    }
}

.videoWrapper {
    display: none;
    width: 100%;
    height: 100%;
    padding: 0 5%;
    background-color: #000;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 6
}

.videoWrapper .videoBox {
    width: 100%;
    height: 100%;
    display: table
}

.videoWrapper .videoContent {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    max-height: 100%
}

.videoWrapper .videoContent .Video {
    width: 100%;
    height: auto
}

.videoWrapper .videoClose {
    width: 34px;
    height: 34px;
    line-height: 34px;
    background-color: #fff;
    text-align: center;
    position: absolute;
    top: 24px;
    right: 24px;
    z-index: 2;
    cursor: pointer
}

.videoWrapper .videoClose i {
    font-size: 22px
}

@media screen and (max-width:768px) {
    .videoWrapper {
        padding: 0
    }
}

.fbalert {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 8;
    display: none;
    width: 600px;
    height: 280px;
    margin-top: -140px;
    margin-left: -300px;
    padding: 50px 0;
    border-radius: 6px;
    background-color: #fff;
    text-align: center;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media screen and (max-width:767px) {
    .fbalert {
        left: 5%;
        width: 90%;
        height: 236px;
        padding: 42px 0;
        margin-left: 0;
        margin-top: -118px
    }
}

.fbalert .closer {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 20px;
    height: 20px;
    background: url(../assets/images/icons/close.png) 0 0/100% auto no-repeat;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    transition: transform .35s;
    transition: transform .35s, -webkit-transform .35s
}

.fbalert .closer:hover {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fbalert img {
    display: block;
    width: 80px;
    margin: 0 auto 30px
}

@media screen and (max-width:768px) {
    .fbalert img {
        width: 58px;
        margin: 0 auto 20px
    }
}

.fbalert h1 {
    margin: 0 0 15px;
    font-size: 24px;
    text-align: center;
    color: #222
}

@media screen and (max-width:767px) {
    .fbalert h1 {
        font-size: 18px
    }
}

.fbalert .autocounter {
    display: none;
    height: 30px
}

.fbalert .btn-ok {
    display: block;
    width: 80px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    border-radius: 4px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    background: #000
}

body {
    background-color: #fdfcfa
}

.indexWrapper {
    max-width: 1490px;
    padding: 0 24px;
    margin: 0 auto
}

.indexWrapper .bannerWrapper {
    width: 100%;
    height: 100%
}

.indexWrapper .bannerWrapper .swiper-slide {
    overflow: hidden;
    background-color: #fdfcfa
}

.indexWrapper .bannerWrapper .swiper-slide .picture {
    display: block;
    width: 100%;
    height: 100%;
    background: no-repeat 50%/cover;
    animation-duration: 6s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 6s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.indexWrapper .bannerWrapper .swiper-slide .picture img {
    width: 100%;
    opacity: 0
}

.indexWrapper .bannerWrapper .swiper-slide .Video {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2
}

.indexWrapper .bannerWrapper .swiper-slide .text {
    width: 100%;
    padding: 16px 0 30px;
    text-align: center
}

.indexWrapper .bannerWrapper .swiper-slide .text p {
    font-size: 12px
}

@media screen and (min-width:576px) {
    .indexWrapper .bannerWrapper .swiper-slide .text {
        display: none
    }
}

.indexWrapper .bannerWrapper .swiper-slide .play {
    font-size: 52px;
    color: #fff;
    cursor: pointer;
    z-index: 3
}

@media screen and (max-width:575px) {
    .indexWrapper .bannerWrapper .swiper-slide .play {
        font-size: 42px
    }
}

.indexWrapper .bannerWrapper .swiper-pagination {
    bottom: 38px
}

.indexWrapper .bannerWrapper .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    margin: 0 10px;
    background: #848481
}

.indexWrapper .bannerWrapper .swiper-pagination .swiper-pagination-bullet-active {
    background: #000
}

@media screen and (max-width:991px) {
    .indexWrapper .bannerWrapper .swiper-pagination {
        bottom: 10px
    }
    .indexWrapper .bannerWrapper .swiper-pagination .swiper-pagination-bullet {
        margin: 0 6px
    }
}

@media screen and (max-width:575px) {
    .indexWrapper .bannerWrapper .swiper-pagination {
        bottom: 2px
    }
}

.indexWrapper .bannerWrapper .centerBig .picture {
    -webkit-animation-name: centerBig;
    animation-name: centerBig
}

@-webkit-keyframes centerBig {
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

.indexWrapper .aboutLink a {
    overflow: hidden;
    display: block;
    position: relative
}

.indexWrapper .aboutLink a .textBox {
    width: 46%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0
}

.indexWrapper .aboutLink a .textBox .text {
    width: 100%;
    height: 100%;
    display: table
}

.indexWrapper .aboutLink a .textBox .text .txt {
    display: table-cell;
    vertical-align: middle
}

.indexWrapper .aboutLink a .textBox .text .txt h1 {
    line-height: 30px;
    font-size: 30px;
    font-family: fm
}

.indexWrapper .aboutLink a .textBox .text .txt h2 {
    line-height: 30px;
    margin: 21px 0 15px;
    font-size: 30px
}

.indexWrapper .aboutLink a .textBox .text .txt div {
    line-height: 32px;
    font-size: 18px
}

.indexWrapper .aboutLink a img {
    width: 100%;
    -webkit-transition: transform 6s linear;
    -webkit-transition: -webkit-transform 6s linear;
    transition: -webkit-transform 6s linear;
    transition: transform 6s linear;
    transition: transform 6s linear, -webkit-transform 6s linear
}

@media screen and (min-width:576px) {
    .indexWrapper .aboutLink a:hover img {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

@media screen and (max-width:991px) {
    .indexWrapper .aboutLink a .textBox {
        right: 20px
    }
    .indexWrapper .aboutLink a .textBox .text .txt h1 {
        line-height: 30px;
        font-size: 30px
    }
    .indexWrapper .aboutLink a .textBox .text .txt h2 {
        line-height: 26px;
        font-size: 26px
    }
}

@media screen and (max-width:575px) {
    .indexWrapper .aboutLink {
        display: none;
        margin: 60px 0
    }
    .indexWrapper .aboutLink a .textBox {
        width: 100%;
        position: static
    }
    .indexWrapper .aboutLink a .textBox .text .txt {
        padding: 30px 24px 0
    }
    .indexWrapper .aboutLink a .textBox .text .txt h1 {
        line-height: 24px;
        font-size: 24px
    }
    .indexWrapper .aboutLink a .textBox .text .txt h2 {
        line-height: 18px;
        font-size: 18px
    }
    .indexWrapper .aboutLink a .textBox .text .txt div {
        line-height: 22px;
        font-size: 14px
    }
}

.indexWrapper .productsLink a {
    overflow: hidden;
    display: block;
    position: relative
}

.indexWrapper .productsLink a .textBox {
    width: 46%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 20%
}

.indexWrapper .productsLink a .textBox .text {
    width: 100%;
    height: 100%;
    display: table
}

.indexWrapper .productsLink a .textBox .text .txt {
    display: table-cell;
    vertical-align: middle
}

.indexWrapper .productsLink a .textBox .text .txt h1 {
    line-height: 30px;
    font-size: 30px;
    font-family: fm
}

.indexWrapper .productsLink a .textBox .text .txt h2 {
    line-height: 30px;
    margin: 21px 0 15px;
    font-size: 30px
}

.indexWrapper .productsLink a .textBox .text .txt div {
    line-height: 30px;
    font-size: 18px
}

.indexWrapper .productsLink a img {
    width: 100%;
    -webkit-transition: transform 6s linear;
    -webkit-transition: -webkit-transform 6s linear;
    transition: -webkit-transform 6s linear;
    transition: transform 6s linear;
    transition: transform 6s linear, -webkit-transform 6s linear
}

@media screen and (min-width:576px) {
    .indexWrapper .productsLink a:hover img {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

@media screen and (max-width:991px) {
    .indexWrapper .productsLink a .textBox {
        left: 10%
    }
    .indexWrapper .productsLink a .textBox .text .txt h1 {
        line-height: 26px;
        font-size: 26px
    }
    .indexWrapper .productsLink a .textBox .text .txt h2 {
        line-height: 22px;
        font-size: 22px
    }
}

@media screen and (max-width:575px) {
    .indexWrapper .productsLink {
        display: none
    }
    .indexWrapper .productsLink a .textBox {
        width: 100%;
        position: static
    }
    .indexWrapper .productsLink a .textBox .text .txt {
        padding: 30px 24px 0;
        color: #000
    }
    .indexWrapper .productsLink a .textBox .text .txt h1 {
        line-height: 24px;
        font-size: 24px
    }
    .indexWrapper .productsLink a .textBox .text .txt h2 {
        line-height: 18px;
        font-size: 18px
    }
    .indexWrapper .productsLink a .textBox .text .txt div {
        line-height: 22px;
        font-size: 14px
    }
}

.indexWrapper .newsLink {
    margin-bottom: 92px
}

.indexWrapper .newsLink a {
    overflow: hidden;
    display: block;
    position: relative
}

.indexWrapper .newsLink a .textBox {
    width: 42%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0
}

.indexWrapper .newsLink a .textBox .text {
    width: 100%;
    height: 100%;
    display: table
}

.indexWrapper .newsLink a .textBox .text .txt {
    display: table-cell;
    vertical-align: middle
}

.indexWrapper .newsLink a .textBox .text .txt h1 {
    line-height: 30px;
    font-size: 30px;
    font-family: fm
}

.indexWrapper .newsLink a .textBox .text .txt h2 {
    line-height: 30px;
    margin: 21px 0 15px;
    font-size: 30px
}

.indexWrapper .newsLink a .textBox .text .txt div {
    line-height: 30px;
    font-size: 18px
}

.indexWrapper .newsLink a img {
    width: 100%;
    -webkit-transition: transform 6s linear;
    -webkit-transition: -webkit-transform 6s linear;
    transition: -webkit-transform 6s linear;
    transition: transform 6s linear;
    transition: transform 6s linear, -webkit-transform 6s linear
}

@media screen and (min-width:576px) {
    .indexWrapper .newsLink a:hover img {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

@media screen and (max-width:991px) {
    .indexWrapper .newsLink {
        margin-bottom: 60px
    }
    .indexWrapper .newsLink a .textBox {
        width: 40%
    }
    .indexWrapper .newsLink a .textBox .text .txt h1 {
        line-height: 30px;
        font-size: 30px
    }
    .indexWrapper .newsLink a .textBox .text .txt h2 {
        line-height: 26px;
        font-size: 26px
    }
}

@media screen and (max-width:575px) {
    .indexWrapper .newsLink {
        display: none;
        margin: 60px 0
    }
    .indexWrapper .newsLink a .textBox {
        width: 100%;
        position: static
    }
    .indexWrapper .newsLink a .textBox .text .txt {
        padding: 30px 24px 0
    }
    .indexWrapper .newsLink a .textBox .text .txt h1 {
        line-height: 24px;
        font-size: 24px
    }
    .indexWrapper .newsLink a .textBox .text .txt h2 {
        line-height: 18px;
        font-size: 18px
    }
    .indexWrapper .newsLink a .textBox .text .txt div {
        line-height: 22px;
        font-size: 14px
    }
}

@media screen and (max-width:575px) {
    .indexfooter {
        display: none
    }
}

.careerWrapper {
    max-width: 1442px;
    margin: 0 auto
}

.careerWrapper .banner .content {
    min-height: 236px;
    position: relative;
    background: no-repeat top/cover
}

.careerWrapper .banner .content img {
    opacity: 0;
    width: 100%
}

.careerWrapper .banner .content .textBox {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.careerWrapper .banner .content .textBox .text {
    width: 100%;
    height: 100%;
    display: table
}

.careerWrapper .banner .content .textBox .text .txt {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    padding-left: 130px
}

.careerWrapper .banner .content .textBox .text .txt h1 {
    line-height: 40px;
    margin-bottom: 30px;
    font-size: 40px
}

.careerWrapper .banner .content .textBox .text .txt div {
    font-size: 22px
}

@media screen and (max-width:1200px) {
    .careerWrapper .banner .content .textBox .text .txt {
        padding-left: 80px
    }
    .careerWrapper .banner .content .textBox .text .txt h1 {
        line-height: 30px;
        margin-bottom: 26px;
        font-size: 30px
    }
    .careerWrapper .banner .content .textBox .text .txt div {
        font-size: 22px
    }
}

@media screen and (max-width:575px) {
    .careerWrapper .banner .content .textBox .text .txt {
        padding-left: 30px
    }
    .careerWrapper .banner .content .textBox .text .txt h1 {
        line-height: 22px;
        margin-bottom: 16px;
        font-size: 22px
    }
    .careerWrapper .banner .content .textBox .text .txt div {
        font-size: 14px
    }
}

.careerWrapper .JobListWrapper {
    max-width: 1210px;
    padding: 0 24px;
    margin: 131px auto 218px
}

.careerWrapper .JobListWrapper .Title {
    line-height: 30px;
    margin-bottom: 109px;
    font-size: 30px;
    color: #444;
    font-family: fb
}

.careerWrapper .JobListWrapper .listHeader {
    padding: 0 69px 29px 0;
    border-bottom: 1px solid #000
}

.careerWrapper .JobListWrapper .listHeader .education,
.careerWrapper .JobListWrapper .listHeader .experience,
.careerWrapper .JobListWrapper .listHeader .name,
.careerWrapper .JobListWrapper .listHeader .place {
    float: left;
    width: 26%;
    line-height: 22px;
    font-size: 22px;
    color: #333
}

.careerWrapper .JobListWrapper .JobList li {
    border-bottom: 1px solid #000;
    cursor: pointer
}

.careerWrapper .JobListWrapper .JobList li .title {
    padding: 32px 69px 32px 0;
    position: relative
}

.careerWrapper .JobListWrapper .JobList li .title .education,
.careerWrapper .JobListWrapper .JobList li .title .experience,
.careerWrapper .JobListWrapper .JobList li .title .name,
.careerWrapper .JobListWrapper .JobList li .title .place {
    float: left;
    color: #444;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 26%
}

.careerWrapper .JobListWrapper .JobList li .title .Icon {
    float: right
}

.careerWrapper .JobListWrapper .JobList li .title .Icon i {
    color: #8a756e
}

.careerWrapper .JobListWrapper .JobList li .title .Icon .icon-toTop {
    display: none
}

.careerWrapper .JobListWrapper .JobList li .details {
    display: none;
    padding: 36px 0 50px;
    border: none;
    border-top: 1px solid #000;
    color: #666;
    font-weight: 300
}

.careerWrapper .JobListWrapper .JobList li .details div {
    line-height: 26px;
    font-size: 14px
}

.careerWrapper .JobListWrapper .JobList li .details p {
    line-height: 26px;
    font-size: 14px;
    text-align: left
}

.careerWrapper .JobListWrapper .JobList li.active .title .Icon .icon-jiantou {
    display: none
}

.careerWrapper .JobListWrapper .JobList li.active .title .Icon .icon-toTop {
    display: block
}

.careerWrapper .JobListWrapper .Txt {
    margin-top: 48px;
    color: #666
}

@media screen and (max-width:768px) {
    .careerWrapper .JobListWrapper .Txt {
        margin-top: 20px
    }
}

@media screen and (max-width:1360px) {
    .careerWrapper .JobListWrapper {
        margin: 100px auto 160px
    }
    .careerWrapper .JobListWrapper .Title {
        line-height: 30px;
        margin-bottom: 60px;
        font-size: 30px
    }
}

@media screen and (max-width:1200px) {
    .careerWrapper .JobListWrapper {
        margin: 90px auto 120px
    }
    .careerWrapper .JobListWrapper .listHeader {
        padding: 0 0 20px
    }
    .careerWrapper .JobListWrapper .listHeader .education,
    .careerWrapper .JobListWrapper .listHeader .experience,
    .careerWrapper .JobListWrapper .listHeader .name,
    .careerWrapper .JobListWrapper .listHeader .place {
        width: 26%;
        line-height: 18px;
        font-size: 18px
    }
    .careerWrapper .JobListWrapper .JobList li {
        border-bottom: 1px solid #000;
        cursor: pointer
    }
    .careerWrapper .JobListWrapper .JobList li .title {
        padding: 22px 0
    }
    .careerWrapper .JobListWrapper .JobList li .title .education,
    .careerWrapper .JobListWrapper .JobList li .title .experience,
    .careerWrapper .JobListWrapper .JobList li .title .name,
    .careerWrapper .JobListWrapper .JobList li .title .place {
        font-size: 14px
    }
    .careerWrapper .JobListWrapper .JobList li .details {
        padding: 36px 0 50px
    }
}

@media screen and (max-width:991px) {
    .careerWrapper .JobListWrapper {
        margin: 90px auto 120px
    }
    .careerWrapper .JobListWrapper .Title {
        line-height: 26px;
        margin-bottom: 60px;
        font-size: 26px
    }
    .careerWrapper .JobListWrapper .listHeader {
        padding: 0 0 20px
    }
    .careerWrapper .JobListWrapper .listHeader .education,
    .careerWrapper .JobListWrapper .listHeader .experience,
    .careerWrapper .JobListWrapper .listHeader .name,
    .careerWrapper .JobListWrapper .listHeader .place {
        width: 26%;
        line-height: 18px;
        font-size: 18px
    }
    .careerWrapper .JobListWrapper .JobList li {
        border-bottom: 1px solid #000;
        cursor: pointer
    }
    .careerWrapper .JobListWrapper .JobList li .title {
        padding: 22px 0
    }
    .careerWrapper .JobListWrapper .JobList li .title .education,
    .careerWrapper .JobListWrapper .JobList li .title .experience,
    .careerWrapper .JobListWrapper .JobList li .title .name,
    .careerWrapper .JobListWrapper .JobList li .title .place {
        font-size: 14px
    }
    .careerWrapper .JobListWrapper .JobList li .details {
        padding: 36px 0 50px
    }
}

@media screen and (max-width:575px) {
    .careerWrapper .JobListWrapper {
        margin: 60px auto 80px
    }
    .careerWrapper .JobListWrapper .Title {
        line-height: 20px;
        margin-bottom: 30px;
        font-size: 20px
    }
    .careerWrapper .JobListWrapper .listHeader {
        display: none
    }
    .careerWrapper .JobListWrapper .JobList {
        border-top: 1px solid #000
    }
    .careerWrapper .JobListWrapper .JobList li {
        border-bottom: 1px solid #000;
        cursor: pointer
    }
    .careerWrapper .JobListWrapper .JobList li .title {
        padding: 14px 0
    }
    .careerWrapper .JobListWrapper .JobList li .title .education,
    .careerWrapper .JobListWrapper .JobList li .title .experience,
    .careerWrapper .JobListWrapper .JobList li .title .place {
        display: none
    }
    .careerWrapper .JobListWrapper .JobList li .details {
        padding: 30px 0
    }
}

.contactWrapper .Title {
    max-width: 1260px;
    padding: 0 24px 0 36px;
    margin: 152px auto 120px
}

.contactWrapper .Title h1 {
    line-height: 30px;
    font-size: 30px;
    color: #444;
    font-family: fb
}

.contactWrapper .Title h2 {
    line-height: 22px;
    margin: 40px 0 26px;
    font-size: 22px
}

.contactWrapper .Title div {
    max-width: 560px;
    color: #666;
    text-align: left
}

.contactWrapper .contactBox {
    padding: 120px 0;
    background-color: #faf9f7
}

.contactWrapper .contactBox .content {
    max-width: 1442px;
    height: 630px;
    margin: 0 auto;
    position: relative
}

.contactWrapper .contactBox .content .map {
    float: left;
    width: 62.4%;
    height: 100%
}

.contactWrapper .contactBox .content .text {
    float: right;
    max-width: 418px;
    padding: 15px 68px 0 0
}

.contactWrapper .contactBox .content .text h1 {
    line-height: 22px;
    margin-bottom: 36px;
    font-size: 22px;
    color: #333;
    font-family: f
}

.contactWrapper .contactBox .content .text h1 span {
    font-weight: 600
}

.contactWrapper .contactBox .content .text div {
    margin-bottom: 22px
}

.contactWrapper .contactBox .content .text div h6 {
    line-height: 18px;
    margin-bottom: 10px;
    color: #333;
    font-size: 18px;
    font-weight: 600
}

.contactWrapper .contactBox .content .text div a,
.contactWrapper .contactBox .content .text div p {
    color: #666
}

.contactWrapper .contactBox .content .text div a:hover {
    border-bottom: 1px solid #666
}

.contactWrapper .contactBox .content .text>p {
    margin-top: 36px
}

.contactWrapper .contactBox .content .text>p span {
    display: block;
    margin-top: 20px;
    color: #090408
}

.contactWrapper .contactBox .anchorBL,
.contactWrapper .contactBox .BMap_cpyCtrl,
.contactWrapper .contactBox .BMap_stdMpPan,
.contactWrapper .contactBox .BMap_stdMpZoom {
    display: none!important
}

.contactWrapper .form {
    max-width: 1308px;
    padding: 0 24px;
    margin: 110px auto 142px
}

.contactWrapper .form h1 {
    line-height: 30px;
    text-align: center;
    margin-bottom: 112px;
    font-size: 30px;
    color: #444
}

.contactWrapper .form .box .email,
.contactWrapper .form .box .name,
.contactWrapper .form .box .phone {
    float: left;
    width: calc(33.33% - 32px);
    margin-bottom: 36px
}

.contactWrapper .form .box .name,
.contactWrapper .form .box .phone {
    margin-right: 48px
}

.contactWrapper .form .box .email,
.contactWrapper .form .box .msg,
.contactWrapper .form .box .name,
.contactWrapper .form .box .phone {
    border: none;
    border-bottom: 1px solid #717171;
    background-color: transparent
}

.contactWrapper .form .box .submit {
    width: 260px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border: 1px solid #7d7d7d;
    margin: 60px auto 0;
    color: #333;
    cursor: pointer
}

.contactWrapper .form .box .submit:hover {
    background-color: #7d7d7d;
    color: #fff
}

@media screen and (max-width:1360px) {
    .contactWrapper .Title {
        padding: 0 24px 0 60px;
        margin: 100px auto 80px
    }
    .contactWrapper .Title h1 {
        line-height: 30px;
        font-size: 30px
    }
    .contactWrapper .Title h2 {
        line-height: 22px;
        margin: 40px 0 26px;
        font-size: 22px
    }
    .contactWrapper .Title div {
        max-width: 560px
    }
    .contactWrapper .contactBox {
        padding: 100px 0
    }
    .contactWrapper .contactBox .content {
        height: 630px
    }
    .contactWrapper .contactBox .content .map {
        width: 56%
    }
    .contactWrapper .contactBox .content .text {
        float: right;
        padding: 30px 24px 0
    }
    .contactWrapper .contactBox .content .text h1 {
        line-height: 22px;
        margin-bottom: 38px;
        font-size: 22px
    }
    .contactWrapper .contactBox .content .text div {
        margin-bottom: 16px
    }
    .contactWrapper .contactBox .content .text div h6 {
        line-height: 18px;
        margin-bottom: 10px;
        font-size: 18px
    }
    .contactWrapper .contactBox .content .text>p {
        margin-top: 36px
    }
    .contactWrapper .contactBox .content .text>p span {
        margin-top: 20px
    }
}

@media screen and (max-width:1200px) {
    .contactWrapper .contactBox {
        padding: 100px 0
    }
    .contactWrapper .contactBox .content {
        height: 630px
    }
    .contactWrapper .contactBox .content .map {
        width: 56%
    }
    .contactWrapper .contactBox .content .text {
        float: right;
        padding: 30px 24px 0
    }
    .contactWrapper .contactBox .content .text h1 {
        line-height: 22px;
        margin-bottom: 38px;
        font-size: 22px
    }
    .contactWrapper .contactBox .content .text div h6 {
        line-height: 16px;
        margin-bottom: 10px;
        font-size: 16px
    }
    .contactWrapper .contactBox .content .text>p {
        margin-top: 36px
    }
    .contactWrapper .contactBox .content .text>p img {
        width: 120px
    }
    .contactWrapper .contactBox .content .text>p span {
        margin-top: 20px
    }
    .contactWrapper .form {
        max-width: 1308px;
        padding: 0 24px;
        margin: 110px auto 142px
    }
    .contactWrapper .form h1 {
        line-height: 30px;
        margin-bottom: 80px;
        font-size: 30px
    }
    .contactWrapper .form .box .email,
    .contactWrapper .form .box .name,
    .contactWrapper .form .box .phone {
        float: left;
        width: calc(33.33% - 12px);
        margin-bottom: 36px
    }
    .contactWrapper .form .box .name,
    .contactWrapper .form .box .phone {
        margin-right: 18px
    }
    .contactWrapper .form .box .submit {
        width: 260px;
        height: 60px;
        line-height: 60px;
        margin: 60px auto 0
    }
}

@media screen and (max-width:991px) {
    .contactWrapper .contactBox {
        padding: 0 0 60px
    }
    .contactWrapper .contactBox .content {
        height: auto
    }
    .contactWrapper .contactBox .content .map {
        float: none;
        width: 100%;
        height: 260px
    }
    .contactWrapper .contactBox .content .text {
        float: none;
        max-width: none;
        padding: 50px 24px 0
    }
    .contactWrapper .contactBox .content .text h1 {
        line-height: 22px;
        margin-bottom: 38px;
        font-size: 22px
    }
    .contactWrapper .contactBox .content .text div h6 {
        line-height: 16px;
        margin-bottom: 10px;
        font-size: 16px
    }
    .contactWrapper .contactBox .content .text>p {
        margin-top: 36px
    }
    .contactWrapper .contactBox .content .text>p img {
        width: 120px
    }
    .contactWrapper .contactBox .content .text>p span {
        margin-top: 20px
    }
    .contactWrapper .form {
        max-width: 1308px;
        padding: 0 24px;
        margin: 100px auto
    }
    .contactWrapper .form h1 {
        line-height: 28px;
        margin-bottom: 60px;
        font-size: 28px
    }
    .contactWrapper .form .box .email,
    .contactWrapper .form .box .name,
    .contactWrapper .form .box .phone {
        float: left;
        width: calc(33.33% - 12px);
        margin-bottom: 30px
    }
    .contactWrapper .form .box .name,
    .contactWrapper .form .box .phone {
        margin-right: 18px
    }
    .contactWrapper .form .box .submit {
        width: 160px;
        height: 46px;
        line-height: 46px;
        margin: 30px auto 0
    }
}

@media screen and (max-width:575px) {
    .contactWrapper .Title {
        padding: 0 24px;
        margin: 80px auto 60px
    }
    .contactWrapper .Title h1 {
        line-height: 26px;
        font-size: 26px
    }
    .contactWrapper .Title h2 {
        line-height: 18px;
        margin: 30px 0 20px;
        font-size: 18px
    }
    .contactWrapper .contactBox {
        padding: 0 0 60px
    }
    .contactWrapper .contactBox .content .text {
        float: none;
        padding: 50px 24px 0
    }
    .contactWrapper .contactBox .content .text h1 {
        line-height: 22px;
        margin-bottom: 30px;
        font-size: 22px
    }
    .contactWrapper .contactBox .content .text div {
        margin-bottom: 14px
    }
    .contactWrapper .contactBox .content .text div h6 {
        line-height: 16px;
        margin-bottom: 6px;
        font-size: 16px
    }
    .contactWrapper .contactBox .content .text>p {
        margin-top: 30px
    }
    .contactWrapper .contactBox .content .text>p span {
        margin-top: 16px
    }
    .contactWrapper .form {
        max-width: 1308px;
        padding: 0 24px;
        margin: 80px auto 100px
    }
    .contactWrapper .form h1 {
        line-height: 26px;
        margin-bottom: 40px;
        font-size: 26px
    }
    .contactWrapper .form .box .email,
    .contactWrapper .form .box .name,
    .contactWrapper .form .box .phone {
        float: left;
        width: 100%;
        margin-bottom: 26px
    }
    .contactWrapper .form .box .name,
    .contactWrapper .form .box .phone {
        margin-right: 0
    }
    .contactWrapper .form .box .submit {
        width: 136px;
        height: 36px;
        line-height: 36px;
        margin: 30px auto 0
    }
}

.productsWrapper {
    max-width: 1442px;
    margin: 0 auto
}

.productsWrapper .banner {
    overflow: hidden
}

.productsWrapper .banner .picture {
    width: 100%;
    height: 100%;
    min-height: 236px;
    background: no-repeat 50%/cover;
    position: relative
}

.productsWrapper .banner .picture img {
    width: 100%;
    opacity: 0
}

.productsWrapper .banner .videoBox {
    display: none;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #000;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2
}

.productsWrapper .banner .videoBox .Video {
    width: auto;
    height: 100%
}

.productsWrapper .banner .play {
    font-size: 52px;
    color: #fff;
    cursor: pointer;
    z-index: 3
}

@media screen and (max-width:575px) {
    .productsWrapper .banner .videoBox .Video {
        width: 100%;
        height: 100%
    }
    .productsWrapper .banner .play {
        font-size: 42px
    }
}

.productsWrapper .grid {
    margin: 130px auto 93px
}

.productsWrapper .grid .item {
    display: block;
    margin-bottom: 50px;
    position: relative
}

.productsWrapper .grid .item .textBox {
    width: 46%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0
}

.productsWrapper .grid .item .textBox .text {
    width: 100%;
    height: 100%;
    display: table
}

.productsWrapper .grid .item .textBox .text .txt {
    display: table-cell;
    vertical-align: middle;
    padding: 0 24px;
    text-align: center
}

.productsWrapper .grid .item .textBox .text .txt h1 {
    line-height: 34px;
    color: #444;
    font-size: 30px;
    font-family: fm
}

.productsWrapper .grid .item .textBox .text .txt h2 {
    line-height: 24px;
    margin: 26px 0 40px;
    color: #333;
    font-size: 22px
}

.productsWrapper .grid .item .textBox .text .txt div {
    color: #666
}

.productsWrapper .grid .item .textBox .text .txt span {
    display: inline-block;
    width: 180px;
    height: 46px;
    line-height: 46px;
    border-radius: 23px;
    border: 1px solid #000;
    background-color: #000;
    margin-top: 50px;
    color: #fff;
    font-size: 12px;
    font-family: f
}

.productsWrapper .grid .item .textBox .text .txt span:hover {
    background-color: #fff;
    color: #000
}

.productsWrapper .grid .item .pic {
    overflow: hidden;
    width: 54%
}

.productsWrapper .grid .item .pic img {
    width: 100%;
    -webkit-transition: transform .3s linear;
    -webkit-transition: -webkit-transform .3s linear;
    transition: -webkit-transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear, -webkit-transform .3s linear
}

.productsWrapper .grid .item .pic:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.productsWrapper .grid .item:nth-child(2n) .textBox {
    left: 0;
    right: auto
}

.productsWrapper .grid .item:nth-child(2n) .pic {
    float: right
}

@media screen and (max-width:1360px) {
    .productsWrapper .grid {
        margin: 80px auto 93px
    }
    .productsWrapper .grid .item {
        display: block;
        margin-bottom: 50px
    }
    .productsWrapper .grid .item .textBox {
        width: 46%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0
    }
    .productsWrapper .grid .item .textBox .text .txt {
        padding: 0 24px
    }
    .productsWrapper .grid .item .textBox .text .txt h1 {
        line-height: 30px;
        font-size: 30px
    }
    .productsWrapper .grid .item .textBox .text .txt h2 {
        line-height: 22px;
        margin: 26px 0 40px;
        font-size: 22px
    }
    .productsWrapper .grid .item .textBox .text .txt span {
        width: 180px;
        height: 46px;
        line-height: 46px;
        border-radius: 23px;
        margin-top: 50px;
        font-size: 12px
    }
}

@media screen and (max-width:991px) {
    .productsWrapper .grid {
        margin: 80px auto 93px
    }
    .productsWrapper .grid .item {
        display: block;
        margin-bottom: 30px
    }
    .productsWrapper .grid .item .textBox {
        width: 46%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0
    }
    .productsWrapper .grid .item .textBox .text .txt {
        padding: 0 24px
    }
    .productsWrapper .grid .item .textBox .text .txt h1 {
        line-height: 30px;
        font-size: 30px
    }
    .productsWrapper .grid .item .textBox .text .txt h2 {
        line-height: 22px;
        margin: 20px 0 30px;
        font-size: 18px
    }
    .productsWrapper .grid .item .textBox .text .txt span {
        width: 136px;
        height: 36px;
        line-height: 36px;
        border-radius: 18px;
        margin-top: 30px;
        font-size: 12px
    }
}

@media screen and (max-width:575px) {
    .productsWrapper .grid {
        margin: 80px auto 93px
    }
    .productsWrapper .grid .item {
        display: block;
        margin-bottom: 60px
    }
    .productsWrapper .grid .item .pic {
        float: none;
        width: 100%
    }
    .productsWrapper .grid .item .textBox {
        width: 100%;
        position: static
    }
    .productsWrapper .grid .item .textBox .text .txt {
        padding: 30px 24px 0
    }
    .productsWrapper .grid .item .textBox .text .txt h1 {
        line-height: 18px;
        font-size: 14px;
        font-weight: 600
    }
    .productsWrapper .grid .item .textBox .text .txt h2 {
        line-height: 16px;
        margin: 12px 0 16px;
        font-size: 14px
    }
    .productsWrapper .grid .item .textBox .text .txt div {
        font-size: 12px
    }
    .productsWrapper .grid .item .textBox .text .txt span {
        width: 136px;
        height: 36px;
        line-height: 36px;
        border-radius: 18px;
        margin-top: 30px;
        font-size: 12px
    }
}

.pressWrapper {
    max-width: 1442px;
    margin: 70px auto 0
}

.pressWrapper .grid {
    text-align: center
}

.pressWrapper .grid .item {
    margin-bottom: 120px
}

.pressWrapper .grid .item a {
    display: inline-block
}

.pressWrapper .grid .item a .pic {
    overflow: hidden
}

.pressWrapper .grid .item a .pic img {
    width: 100%;
    -webkit-transition: transform .3s linear;
    -webkit-transition: -webkit-transform .3s linear;
    transition: -webkit-transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear, -webkit-transform .3s linear
}

.pressWrapper .grid .item a .pic:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.pressWrapper .grid .item a .text h3 {
    margin: 38px 0 29px;
    color: #666;
    font-size: 12px
}

.pressWrapper .grid .item a .text h1,
.pressWrapper .grid .item a .text h2 {
    line-height: 26px;
    font-size: 20px
}

.pressWrapper .grid .item a .text div {
    max-width: 618px;
    text-align: left;
    margin: 30px auto;
    color: #666
}

.pressWrapper .grid .item a .text span {
    font-size: 12px;
    font-family: fb;
    color: #666;
    border-bottom: 1px solid #666
}

.pressWrapper .grid .item a .text span:hover {
    border-bottom: 1px solid transparent
}

@media screen and (max-width:1490px) {
    .pressWrapper {
        padding: 0 24px
    }
}

@media screen and (max-width:991px) {
    .pressWrapper .grid .item {
        margin-bottom: 100px
    }
    .pressWrapper .grid .item a .text h3 {
        margin: 38px 0 29px
    }
    .pressWrapper .grid .item a .text h1,
    .pressWrapper .grid .item a .text h2 {
        line-height: 26px;
        font-size: 20px
    }
    .pressWrapper .grid .item a .text div {
        max-width: 618px;
        text-align: left;
        margin: 30px auto
    }
}

@media screen and (max-width:575px) {
    .pressWrapper .grid .item {
        margin-bottom: 60px
    }
    .pressWrapper .grid .item a .text h3 {
        margin: 30px 0 16px
    }
    .pressWrapper .grid .item a .text h1,
    .pressWrapper .grid .item a .text h2 {
        line-height: 26px;
        font-size: 18px
    }
    .pressWrapper .grid .item a .text div {
        max-width: 618px;
        text-align: left;
        margin: 16px auto
    }
}

.newsWrapper {
    max-width: 1442px;
    margin: 0 auto
}

.newsWrapper .TitleWrapper .picture {
    width: 100%;
    height: 100%;
    min-height: 236px;
    position: relative;
    background: no-repeat 50%/cover
}

.newsWrapper .TitleWrapper .picture img {
    width: 100%;
    opacity: 0
}

.newsWrapper .TitleWrapper .picture .Video {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2
}

.newsWrapper .TitleWrapper .picture .play {
    font-size: 52px;
    color: #fff;
    cursor: pointer;
    z-index: 3
}

@media screen and (max-width:575px) {
    .newsWrapper .TitleWrapper .picture .play {
        font-size: 42px
    }
}

.newsWrapper .TitleWrapper .text {
    margin-top: 36px
}

.newsWrapper .TitleWrapper .text h1 {
    max-width: 78%;
    line-height: 32px;
    color: #444;
    font-size: 30px;
    font-family: fm
}

.newsWrapper .TitleWrapper .text div {
    max-width: 660px;
    margin: 20px 0 24px;
    color: #666
}

.newsWrapper .TitleWrapper .text a {
    display: inline-block;
    width: 180px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border-radius: 23px;
    border: 1px solid #000;
    background-color: #000;
    color: #fff;
    font-size: 12px;
    font-family: f
}

.newsWrapper .TitleWrapper .text a:hover {
    background-color: #fff;
    color: #000
}

@media screen and (max-width:1490px) {
    .newsWrapper .TitleWrapper .text {
        margin-top: 36px;
        padding: 0 30px
    }
    .newsWrapper .TitleWrapper .text h1 {
        line-height: 30px;
        font-size: 30px
    }
    .newsWrapper .TitleWrapper .text div {
        max-width: 572px;
        margin: 20px 0 24px
    }
    .newsWrapper .TitleWrapper .text a {
        width: 180px;
        height: 46px;
        line-height: 46px;
        border-radius: 23px
    }
}

@media screen and (max-width:1360px) {
    .newsWrapper .TitleWrapper .text h1 {
        line-height: 26px;
        font-size: 26px
    }
    .newsWrapper .TitleWrapper .text div {
        max-width: 572px;
        margin: 20px 0 24px
    }
    .newsWrapper .TitleWrapper .text a {
        width: 180px;
        height: 46px;
        line-height: 46px;
        border-radius: 23px
    }
}

@media screen and (max-width:575px) {
    .newsWrapper .TitleWrapper .text {
        margin-top: 36px;
        padding: 0 24px
    }
    .newsWrapper .TitleWrapper .text h1 {
        max-width: none;
        line-height: 24px;
        font-size: 17px
    }
    .newsWrapper .TitleWrapper .text div {
        max-width: 572px;
        margin: 16px 0 30px;
        font-size: 13px
    }
    .newsWrapper .TitleWrapper .text a {
        width: 136px;
        height: 36px;
        line-height: 36px;
        border-radius: 18px
    }
}

.newsWrapper .listWrapper {
    margin: 102px 0 128px
}

.newsWrapper .listWrapper .grid {
    margin: 0 -20px
}

.newsWrapper .listWrapper .grid .item {
    float: left;
    width: 33.33%;
    padding: 0 20px;
    margin-bottom: 80px
}

.newsWrapper .listWrapper .grid .item .contentBox {
    display: block
}

.newsWrapper .listWrapper .grid .item .contentBox .pic {
    display: block;
    overflow: hidden
}

.newsWrapper .listWrapper .grid .item .contentBox .pic img {
    width: 100%;
    -webkit-transition: transform .3s linear;
    -webkit-transition: -webkit-transform .3s linear;
    transition: -webkit-transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear, -webkit-transform .3s linear
}

.newsWrapper .listWrapper .grid .item .contentBox .pic:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.newsWrapper .listWrapper .grid .item .contentBox .text {
    margin-top: 28px;
    color: #333
}

.newsWrapper .listWrapper .grid .item .contentBox .text h3 {
    font-family: f
}

.newsWrapper .listWrapper .grid .item .contentBox .text h1 {
    margin: 26px 0 22px
}

.newsWrapper .listWrapper .grid .item .contentBox .text h1 a {
    display: inline-block;
    line-height: 24px;
    font-size: 20px;
    font-weight: 600;
    font-family: fm
}

.newsWrapper .listWrapper .grid .item .contentBox .text h1 a:-webkit-any-link {
    text-decoration: underline
}

.newsWrapper .listWrapper .grid .item .contentBox .text h6 {
    font-size: 12px;
    font-family: f
}

.newsWrapper .listWrapper .grid .item .contentBox .text .txt {
    display: none;
    margin-top: 52px
}

.newsWrapper .listWrapper .grid .item .contentBox .text .txt p {
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    width: 100%
}

.newsWrapper .listWrapper .grid .item .contentBox .text .txt span {
    display: inline-block;
    width: 180px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border-radius: 23px;
    border: 1px solid #000;
    background-color: #000;
    margin-top: 147px;
    color: #fff;
    font-size: 12px;
    font-family: f
}

.newsWrapper .listWrapper .grid .item .contentBox .text .txt span:hover {
    background-color: #fff;
    color: #000
}

@media screen and (min-width:576px) {
    .newsWrapper .listWrapper .grid .item.active .contentBox .text .txt {
        display: block
    }
}

.newsWrapper .listWrapper .grid .bar {
    visibility: hidden;
    width: 100%;
    height: 1px;
    margin-bottom: 0
}

@media screen and (max-width:1490px) {
    .newsWrapper .listWrapper {
        padding: 0 24px
    }
    .newsWrapper .listWrapper .grid {
        margin: 0 -12px
    }
    .newsWrapper .listWrapper .grid .item {
        width: 33.33%;
        padding: 0 12px;
        margin-bottom: 80px
    }
    .newsWrapper .listWrapper .grid .item .contentBox {
        display: block
    }
    .newsWrapper .listWrapper .grid .item .contentBox .pic img {
        width: 100%
    }
    .newsWrapper .listWrapper .grid .item .contentBox .text {
        margin-top: 28px
    }
    .newsWrapper .listWrapper .grid .item .contentBox .text h1 {
        margin: 20px 0 18px
    }
    .newsWrapper .listWrapper .grid .item .contentBox .text .txt {
        margin-top: 40px
    }
    .newsWrapper .listWrapper .grid .item .contentBox .text .txt p {
        color: #666
    }
    .newsWrapper .listWrapper .grid .item .contentBox .text .txt span {
        width: 180px;
        height: 46px;
        line-height: 46px;
        border-radius: 23px;
        margin-top: 60px
    }
}

@media screen and (max-width:1200px) {
    .newsWrapper .listWrapper {
        margin: 80px 0 100px
    }
    .newsWrapper .listWrapper .grid {
        margin: 0 -12px
    }
    .newsWrapper .listWrapper .grid .item {
        width: 50%;
        padding: 0 12px;
        margin-bottom: 60px
    }
    .newsWrapper .listWrapper .grid .item .contentBox {
        display: block
    }
    .newsWrapper .listWrapper .grid .item .contentBox .pic img {
        width: 100%
    }
    .newsWrapper .listWrapper .grid .item .contentBox .text {
        margin-top: 22px
    }
    .newsWrapper .listWrapper .grid .item .contentBox .text .txt {
        margin-top: 20px
    }
    .newsWrapper .listWrapper .grid .item .contentBox .text .txt span {
        width: 136px;
        height: 36px;
        line-height: 36px;
        border-radius: 18px;
        margin-top: 30px
    }
}

@media screen and (max-width:575px) {
    .newsWrapper .listWrapper {
        margin: 80px 0 0
    }
    .newsWrapper .listWrapper .grid {
        margin: 0
    }
    .newsWrapper .listWrapper .grid .item {
        width: 100%;
        padding: 0;
        margin-bottom: 30px
    }
    .newsWrapper .listWrapper .grid .item .contentBox {
        display: block
    }
    .newsWrapper .listWrapper .grid .item .contentBox .pic img {
        width: 100%
    }
    .newsWrapper .listWrapper .grid .item .contentBox .text {
        margin-top: 20px
    }
    .newsWrapper .listWrapper .grid .item .contentBox .text h1 {
        margin: 14px 0 12px
    }
    .newsWrapper .listWrapper .grid .item .contentBox .text h1 a {
        line-height: 20px;
        font-size: 18px
    }
    .newsWrapper .listWrapper .grid .item .contentBox .text .txt {
        margin-top: 20px
    }
    .newsWrapper .listWrapper .grid .item .contentBox .text .txt span {
        width: 136px;
        height: 36px;
        line-height: 36px;
        border-radius: 18px;
        margin-top: 30px
    }
    .newsWrapper .listWrapper .grid .bar {
        margin-bottom: 0
    }
}

.newsDetailsWrapper {
    max-width: 1442px;
    margin: 88px auto 110px
}

.newsDetailsWrapper .Title {
    line-height: 46px;
    text-align: center;
    font-size: 40px;
    color: #333
}

.newsDetailsWrapper .Time {
    text-align: center;
    margin: 30px 0 40px;
    color: #333;
    font-family: f
}

.newsDetailsWrapper .text {
    max-width: 1442px;
    margin: 0 auto;
    color: #333
}

.newsDetailsWrapper .picture {
    margin: 30px 0 90px
}

.newsDetailsWrapper .picture div img {
    width: 100%
}

.newsDetailsWrapper .picList .swiperBox {
    padding: 0 92px;
    position: relative
}

.newsDetailsWrapper .picList .swiperBox .iconfont {
    font-size: 36px;
    margin-top: -18px;
    position: absolute;
    top: 50%;
    z-index: 3;
    cursor: pointer
}

.newsDetailsWrapper .picList .swiperBox .prev {
    left: 37px
}

.newsDetailsWrapper .picList .swiperBox .next {
    right: 37px
}

.newsDetailsWrapper .picList .swiper-container,
.newsDetailsWrapper .picList .swiper-container img {
    width: 100%
}

.newsDetailsWrapper .picList .swiper-pagination {
    position: static;
    text-align: center;
    margin-top: 60px
}

.newsDetailsWrapper .picList .swiper-pagination .swiper-pagination-bullet {
    opacity: .5;
    margin: 0 6px;
    background: #000
}

.newsDetailsWrapper .picList .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1
}

.newsDetailsWrapper .videoBox {
    margin-top: 70px
}

.newsDetailsWrapper .videoBox .pic {
    width: 100%;
    height: 100%;
    min-height: 226px;
    position: relative;
    background: no-repeat 50%/cover
}

.newsDetailsWrapper .videoBox .pic img {
    width: 100%;
    opacity: 0
}

.newsDetailsWrapper .videoBox .pic .Video {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2
}

.newsDetailsWrapper .videoBox .pic .play {
    font-size: 66px;
    color: #fff;
    cursor: pointer;
    z-index: 3
}

.newsDetailsWrapper .switchButton {
    max-width: 1260px;
    margin: 139px auto 0
}

.newsDetailsWrapper .switchButton .Prev {
    margin-bottom: 12px
}

.newsDetailsWrapper .switchButton .Next {
    margin-bottom: 24px
}

.newsDetailsWrapper .switchButton a {
    color: #333
}

.newsDetailsWrapper .switchButton a span {
    position: relative
}

.newsDetailsWrapper .switchButton a span:after {
    content: "";
    width: 0;
    height: 1px;
    background-color: #000;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: width .2s linear;
    transition: width .2s linear
}

.newsDetailsWrapper .switchButton a:hover span:after {
    width: 100%
}

@media screen and (max-width:1490px) {
    .newsDetailsWrapper {
        padding: 0 24px
    }
    .newsDetailsWrapper .Title {
        line-height: 32px;
        font-size: 32px
    }
}

@media screen and (max-width:1200px) {
    .newsDetailsWrapper .Title {
        line-height: 28px;
        font-size: 28px
    }
}

@media screen and (max-width:991px) {
    .newsDetailsWrapper .Title {
        line-height: 26px;
        padding: 0 24px;
        font-size: 20px
    }
    .newsDetailsWrapper .Time {
        margin: 22px 0 30px
    }
    .newsDetailsWrapper .picture {
        margin: 60px 0
    }
    .newsDetailsWrapper .picList .swiperBox {
        padding: 0 30px;
        position: relative
    }
    .newsDetailsWrapper .picList .swiperBox .iconfont {
        font-size: 32px;
        margin-top: -16px
    }
    .newsDetailsWrapper .picList .swiperBox .prev {
        left: -6px
    }
    .newsDetailsWrapper .picList .swiperBox .next {
        right: -6px
    }
    .newsDetailsWrapper .picList .swiper-pagination {
        margin-top: 26px
    }
    .newsDetailsWrapper .videoWrapper {
        margin-top: 70px
    }
    .newsDetailsWrapper .videoWrapper .pic .play {
        font-size: 42px
    }
    .newsDetailsWrapper .switchButton {
        margin: 100px auto 0
    }
}

@media screen and (max-width:575px) {
    .newsDetailsWrapper {
        margin: 60px auto 80px
    }
    .newsDetailsWrapper .Title {
        line-height: 24px;
        font-size: 18px
    }
    .newsDetailsWrapper .Time {
        margin: 16px 0 30px
    }
    .newsDetailsWrapper .picList .swiperBox {
        padding: 0 30px;
        position: relative
    }
    .newsDetailsWrapper .picList .swiperBox .iconfont {
        font-size: 26px;
        margin-top: -13px
    }
    .newsDetailsWrapper .picList .swiperBox .prev {
        left: -6px
    }
    .newsDetailsWrapper .picList .swiperBox .next {
        right: -6px
    }
    .newsDetailsWrapper .picList .swiper-pagination {
        margin-top: 20px
    }
    .newsDetailsWrapper .videoWrapper {
        margin-top: 60px
    }
    .newsDetailsWrapper .videoWrapper .pic .play {
        font-size: 42px
    }
    .newsDetailsWrapper .switchButton {
        margin-top: 60px
    }
    .newsDetailsWrapper .switchButton .Prev {
        margin-bottom: 4px
    }
    .newsDetailsWrapper .switchButton .Next {
        margin-bottom: 0
    }
}

.productsDetailsHeader {
    border-bottom: 1px solid #f3f3f3
}

.productsDetailsWrapper {
    max-width: 1442px;
    margin: 0 auto
}

.productsDetailsWrapper .Content {
    margin: 70px 0 191px;
    position: relative
}

.productsDetailsWrapper .Content .picList {
    width: 59.6%;
    float: left
}

.productsDetailsWrapper .Content .picList img {
    width: 100%
}

.productsDetailsWrapper .Content .picList .swiper-slide {
    background: no-repeat top/cover;
    min-height: 480px
}

.productsDetailsWrapper .Content .picList .swiper-pagination {
    bottom: 36px
}

.productsDetailsWrapper .Content .picList .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    margin: 0 10px;
    background: #848481
}

.productsDetailsWrapper .Content .picList .swiper-pagination .swiper-pagination-bullet-active {
    background: #000
}

@media screen and (max-width:991px) {
    .productsDetailsWrapper .Content .picList .swiper-pagination {
        bottom: 18px
    }
    .productsDetailsWrapper .Content .picList .swiper-pagination .swiper-pagination-bullet {
        margin: 0 4px
    }
}

@media screen and (max-width:768px) {
    .productsDetailsWrapper .Content .picList img {
        opacity: 0
    }
}

.productsDetailsWrapper .Content .textBox {
    width: 40.4%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0
}

.productsDetailsWrapper .Content .textBox .text {
    width: 100%;
    height: 100%;
    display: table
}

.productsDetailsWrapper .Content .textBox .text .txtContent {
    display: table-cell;
    vertical-align: middle;
    padding-left: 80px;
    text-align: center!important
}

.productsDetailsWrapper .Content .textBox .text .txtContent h1 {
    line-height: 30px;
    color: #444;
    font-size: 30px;
    font-family: fm
}

.productsDetailsWrapper .Content .textBox .text .txtContent h2 {
    color: #333
}

.productsDetailsWrapper .Content .textBox .text .txtContent h3 {
    color: #333;
    font-weight: 600
}

.productsDetailsWrapper .Content .textBox .text .txtContent .txt {
    line-height: 26px;
    margin: 48px 0;
    color: #666
}

.productsDetailsWrapper .Content .textBox .text .txtContent .txt div {
    margin-bottom: 20px
}

.productsDetailsWrapper .Content .textBox .text .txtContent .txt p {
    text-align: center!important
}

.productsDetailsWrapper .Content .textBox .text .txtContent a {
    display: inline-block;
    width: 136px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 18px;
    border: 1px solid #000;
    background-color: #000;
    color: #fff;
    font-size: 12px;
    font-family: f
}

.productsDetailsWrapper .Content .textBox .text .txtContent a:hover {
    background-color: #fff;
    color: #000
}

@media screen and (max-width:1490px) {
    .productsDetailsWrapper {
        padding: 0 24px
    }
    .productsDetailsWrapper .Content {
        margin: 70px 0 191px
    }
    .productsDetailsWrapper .Content .picList {
        width: 59.6%;
        float: left
    }
    .productsDetailsWrapper .Content .textBox {
        width: 40.4%;
        height: 100%
    }
    .productsDetailsWrapper .Content .textBox .text .txtContent {
        padding-left: 24px
    }
}

@media screen and (max-width:1360px) {
    .productsDetailsWrapper {
        padding: 0 24px
    }
    .productsDetailsWrapper .Content {
        margin: 70px 0 120px
    }
    .productsDetailsWrapper .Content .picList {
        width: 56%
    }
    .productsDetailsWrapper .Content .textBox {
        width: 44%
    }
    .productsDetailsWrapper .Content .textBox .text .txtContent {
        padding-left: 24px
    }
    .productsDetailsWrapper .Content .textBox .text .txtContent h1 {
        line-height: 22px;
        font-size: 22px
    }
    .productsDetailsWrapper .Content .textBox .text .txtContent .txt {
        line-height: 22px;
        margin: 30px 0
    }
    .productsDetailsWrapper .Content .textBox .text .txtContent .txt div {
        margin-bottom: 16px
    }
}

@media screen and (max-width:991px) {
    .productsDetailsWrapper {
        padding: 0 24px
    }
    .productsDetailsWrapper .Content {
        margin: 60px 0 80px
    }
    .productsDetailsWrapper .Content .picList {
        float: none;
        width: 100%
    }
    .productsDetailsWrapper .Content .textBox {
        width: 100%;
        position: static
    }
    .productsDetailsWrapper .Content .textBox .text .txtContent {
        padding: 60px 24px 0
    }
}

@media screen and (max-width:575px) {
    .productsDetailsWrapper {
        padding: 0
    }
    .productsDetailsWrapper .Content {
        margin: 0 0 80px
    }
    .productsDetailsWrapper .Content .textBox .text .txtContent {
        padding: 50px 24px 0
    }
    .productsDetailsWrapper .Content .textBox .text .txtContent h1 {
        font-size: 14px;
        font-weight: 600
    }
    .productsDetailsWrapper .Content .textBox .text .txtContent .txt {
        margin: 20px 0 40px;
        font-size: 12px
    }
    .productsDetailsWrapper .Content .textBox .text .txtContent .txt div {
        margin-bottom: 12px;
        font-size: 12px
    }
}

.aboutWrapper {
    max-width: 1442px;
    margin: 0 auto
}

.aboutWrapper .banner {
    overflow: hidden
}

.aboutWrapper .banner .picture {
    width: 100%;
    height: 100%;
    min-height: 236px;
    background: no-repeat 50%/cover;
    position: relative
}

.aboutWrapper .banner .picture img {
    width: 100%;
    opacity: 0
}

.aboutWrapper .banner .Video {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2
}

.aboutWrapper .banner .play {
    font-size: 52px;
    color: #fff;
    cursor: pointer;
    z-index: 3
}

@media screen and (max-width:575px) {
    .aboutWrapper .banner .play {
        font-size: 42px
    }
}

.aboutWrapper .TitleWrapper {
    line-height: 30px;
    margin: 98px 0 45px;
    font-size: 30px;
    color: #444
}

@media screen and (max-width:1490px) {
    .aboutWrapper .TitleWrapper {
        padding: 0 24px
    }
}

@media screen and (max-width:768px) {
    .aboutWrapper .TitleWrapper {
        margin: 70px 0 36px
    }
}

@media screen and (max-width:575px) {
    .aboutWrapper .TitleWrapper {
        display: none;
        line-height: 26px;
        font-size: 24px
    }
}

.aboutWrapper .section_1 {
    display: none;
    position: relative;
    margin-top: 98px
}

.aboutWrapper .section_1 .textBox {
    width: 46%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0
}

.aboutWrapper .section_1 .textBox .text {
    display: table;
    max-width: 434px;
    height: 100%;
    padding: 0 24px
}

.aboutWrapper .section_1 .textBox .text .txt {
    display: table-cell;
    vertical-align: middle
}

.aboutWrapper .section_1 .textBox .text .txt h1 {
    line-height: 32px;
    font-size: 30px;
    font-family: fm;
    color: #333
}

.aboutWrapper .section_1 .textBox .text .txt h2 {
    line-height: 22px;
    margin: 24px 0 30px;
    font-size: 22px;
    color: #333
}

.aboutWrapper .section_1 .textBox .text .txt div {
    line-height: 22px;
    color: #666;
    text-align: left
}

.aboutWrapper .section_1 .pic {
    overflow: hidden;
    background: no-repeat top/cover
}

.aboutWrapper .section_1 img {
    width: 100%;
    -webkit-transition: transform 6s linear;
    -webkit-transition: -webkit-transform 6s linear;
    transition: -webkit-transform 6s linear;
    transition: transform 6s linear;
    transition: transform 6s linear, -webkit-transform 6s linear
}

@media screen and (min-width:576px) {
    .aboutWrapper .section_1:hover img {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

@media screen and (max-width:1490px) {
    .aboutWrapper .section_1 {
        padding: 0 24px
    }
}

@media screen and (max-width:991px) {
    .aboutWrapper .section_1 {
        margin-top: 80px
    }
    .aboutWrapper .section_1 .textBox {
        width: 52%;
        right: 20px
    }
    .aboutWrapper .section_1 .textBox .text .txt h1 {
        line-height: 24px;
        font-size: 24px
    }
    .aboutWrapper .section_1 .textBox .text .txt h2 {
        line-height: 20px;
        margin: 16px 0 20px;
        font-size: 20px
    }
}

@media screen and (max-width:575px) {
    .aboutWrapper .section_1 {
        margin-top: 70px
    }
    .aboutWrapper .section_1 .pic {
        overflow: hidden;
        min-height: 400px
    }
    .aboutWrapper .section_1 .textBox {
        width: 100%;
        position: static
    }
    .aboutWrapper .section_1 .textBox .text {
        max-width: 100%;
        padding: 40px 0 0
    }
    .aboutWrapper .section_1 .textBox .text .txt h1 {
        line-height: 14px;
        font-size: 14px;
        font-weight: 600
    }
    .aboutWrapper .section_1 .textBox .text .txt h2 {
        line-height: 14px;
        margin: 12px 0 16px;
        font-size: 14px;
        font-weight: 600
    }
    .aboutWrapper .section_1 .textBox .text .txt div {
        line-height: 18px;
        font-size: 12px
    }
}

.aboutWrapper .section_2 {
    background-color: #f3f3f3;
    margin: 98px auto 68px;
    position: relative
}

.aboutWrapper .section_2 .textBox {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0
}

.aboutWrapper .section_2 .textBox .text {
    max-width: 580px;
    padding-left: 84px;
    height: 100%;
    display: table
}

.aboutWrapper .section_2 .textBox .text .txt {
    display: table-cell;
    vertical-align: middle
}

.aboutWrapper .section_2 .textBox .text .txt h1 {
    line-height: 32px;
    font-size: 30px;
    font-family: fm;
    color: #333
}

.aboutWrapper .section_2 .textBox .text .txt h2 {
    line-height: 22px;
    margin: 24px 0 30px;
    font-size: 22px;
    color: #333
}

.aboutWrapper .section_2 .textBox .text .txt div {
    line-height: 22px;
    color: #666;
    text-align: left
}

.aboutWrapper .section_2 .textBox .text .txt div p {
    margin-bottom: 8px
}

.aboutWrapper .section_2 .pic {
    overflow: hidden;
    width: 50%
}

.aboutWrapper .section_2 .pic img {
    width: 100%;
    -webkit-transition: transform .3s linear;
    -webkit-transition: -webkit-transform .3s linear;
    transition: -webkit-transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear, -webkit-transform .3s linear
}

.aboutWrapper .section_2 .pic:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

@media screen and (max-width:1490px) {
    .aboutWrapper .section_2 .textBox .text {
        padding: 0 30px
    }
    .aboutWrapper .section_2 .textBox .text .txt {
        display: table-cell;
        vertical-align: middle
    }
    .aboutWrapper .section_2 .textBox .text .txt h1 {
        line-height: 30px;
        font-size: 28px
    }
    .aboutWrapper .section_2 .textBox .text .txt h2 {
        line-height: 20px;
        margin: 22px 0 26px;
        font-size: 20px
    }
    .aboutWrapper .section_2 .textBox .text .txt div p {
        margin-bottom: 0
    }
}

@media screen and (max-width:991px) {
    .aboutWrapper .section_2 .textBox {
        width: 100%;
        height: 100%;
        position: static
    }
    .aboutWrapper .section_2 .textBox .text {
        max-width: 474px;
        padding: 0 30px
    }
    .aboutWrapper .section_2 .textBox .text .txt h1 {
        line-height: 24px;
        font-size: 24px
    }
    .aboutWrapper .section_2 .textBox .text .txt h2 {
        line-height: 18px;
        margin: 24px 0 30px;
        font-size: 18px
    }
    .aboutWrapper .section_2 .pic {
        width: 100%
    }
}

@media screen and (max-width:768px) {
    .aboutWrapper .section_2 {
        padding: 60px 24px 0;
        margin: 80px auto 60px
    }
    .aboutWrapper .section_2 .textBox .text {
        max-width: none;
        padding: 50px 0 60px
    }
    .aboutWrapper .section_2 .textBox .text .txt h1 {
        line-height: 26px;
        font-size: 24px
    }
    .aboutWrapper .section_2 .textBox .text .txt h2 {
        line-height: 16px;
        margin: 20px 0 12px;
        font-size: 16px
    }
}

@media screen and (max-width:575px) {
    .aboutWrapper .section_2 .textBox .text .txt h1 {
        line-height: 14px;
        font-size: 14px;
        font-weight: 600
    }
    .aboutWrapper .section_2 .textBox .text .txt h2 {
        line-height: 14px;
        margin: 12px 0 16px;
        font-size: 14px;
        font-weight: 600
    }
    .aboutWrapper .section_2 .textBox .text .txt div {
        line-height: 18px;
        font-size: 12px
    }
}

.aboutWrapper .section_3 {
    display: block;
    position: relative
}

.aboutWrapper .section_3 .textBox {
    max-width: 482px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 118px
}

.aboutWrapper .section_3 .textBox .text {
    display: table;
    width: 100%;
    height: 100%
}

.aboutWrapper .section_3 .txt {
    display: table-cell;
    vertical-align: middle;
    color: #fff
}

.aboutWrapper .section_3 .txt h1 {
    line-height: 32px;
    font-size: 30px;
    font-family: fm
}

.aboutWrapper .section_3 .txt h2 {
    line-height: 22px;
    margin: 24px 0 14px;
    font-size: 22px
}

.aboutWrapper .section_3 .txt div {
    line-height: 22px;
    text-align: left
}

.aboutWrapper .section_3 .txt div p {
    margin-bottom: 6px
}

.aboutWrapper .section_3 .pic {
    overflow: hidden
}

.aboutWrapper .section_3 .pic img {
    width: 100%;
    -webkit-transition: transform 6s linear;
    -webkit-transition: -webkit-transform 6s linear;
    transition: -webkit-transform 6s linear;
    transition: transform 6s linear;
    transition: transform 6s linear, -webkit-transform 6s linear
}

@media screen and (min-width:576px) {
    .aboutWrapper .section_3 .pic:hover img {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

@media screen and (max-width:1200px) {
    .aboutWrapper .section_3 .textBox {
        max-width: 482px;
        left: 50px
    }
    .aboutWrapper .section_3 .txt h1 {
        line-height: 30px;
        font-size: 24px
    }
    .aboutWrapper .section_3 .txt h2 {
        line-height: 16px;
        font-size: 16px
    }
}

@media screen and (max-width:700px) {
    .aboutWrapper .section_3 {
        padding: 0 24px
    }
    .aboutWrapper .section_3 .textBox {
        position: static
    }
    .aboutWrapper .section_3 .txt {
        max-width: none;
        padding: 40px 0 0;
        color: #000
    }
    .aboutWrapper .section_3 .txt h1 {
        line-height: 26px;
        font-size: 24px
    }
    .aboutWrapper .section_3 .txt h2 {
        line-height: 18px;
        margin: 24px 0 14px;
        font-size: 18px
    }
}

@media screen and (max-width:575px) {
    .aboutWrapper .section_3 .txt h1,
    .aboutWrapper .section_3 .txt h2 {
        line-height: 14px;
        font-size: 14px;
        font-weight: 600
    }
    .aboutWrapper .section_3 .txt h2 {
        margin: 12px 0 16px
    }
    .aboutWrapper .section_3 .txt div {
        line-height: 18px;
        font-size: 12px
    }
    .aboutWrapper .section_3 .txt div p {
        margin-bottom: 5px
    }
}

.aboutWrapper .section_4 {
    margin: 74px auto 68px;
    position: relative
}

.aboutWrapper .section_4 .textBox {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0
}

.aboutWrapper .section_4 .textBox .text {
    max-width: 466px;
    padding-left: 84px;
    height: 100%;
    display: table
}

.aboutWrapper .section_4 .textBox .text .txt {
    display: table-cell;
    vertical-align: middle
}

.aboutWrapper .section_4 .textBox .text .txt h1 {
    line-height: 30px;
    font-size: 30px;
    font-family: fm;
    color: #333
}

.aboutWrapper .section_4 .textBox .text .txt h2 {
    line-height: 22px;
    margin: 24px 0 30px;
    font-size: 22px;
    color: #333
}

.aboutWrapper .section_4 .textBox .text .txt div {
    line-height: 22px;
    color: #666;
    text-align: left
}

.aboutWrapper .section_4 .textBox .text .txt div p {
    margin-bottom: 8px
}

.aboutWrapper .section_4 .pic {
    overflow: hidden
}

.aboutWrapper .section_4 .pic img {
    width: 100%;
    -webkit-transition: transform 6s linear;
    -webkit-transition: -webkit-transform 6s linear;
    transition: -webkit-transform 6s linear;
    transition: transform 6s linear;
    transition: transform 6s linear, -webkit-transform 6s linear
}

@media screen and (min-width:576px) {
    .aboutWrapper .section_4 .pic:hover img {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

@media screen and (max-width:1490px) {
    .aboutWrapper .section_4 .textBox .text {
        max-width: 494px;
        padding: 0 24px 0 80px
    }
}

@media screen and (max-width:991px) {
    .aboutWrapper .section_4 .textBox .text {
        max-width: 474px;
        padding: 0 30px
    }
    .aboutWrapper .section_4 .textBox .text .txt {
        display: table-cell;
        vertical-align: middle
    }
    .aboutWrapper .section_4 .textBox .text .txt h1 {
        line-height: 24px;
        font-size: 24px
    }
    .aboutWrapper .section_4 .textBox .text .txt h2 {
        line-height: 18px;
        margin: 24px 0 30px;
        font-size: 18px
    }
    .aboutWrapper .section_4 .textBox .text .txt div {
        line-height: 22px
    }
    .aboutWrapper .section_4 .textBox .text .txt div p {
        margin-bottom: 8px
    }
}

@media screen and (max-width:768px) {
    .aboutWrapper .section_4 {
        padding: 0 24px
    }
    .aboutWrapper .section_4 .textBox {
        width: 100%;
        height: 100%;
        position: static
    }
    .aboutWrapper .section_4 .textBox .text {
        max-width: none;
        padding: 40px 0
    }
    .aboutWrapper .section_4 .textBox .text .txt h1 {
        line-height: 26px;
        font-size: 24px
    }
    .aboutWrapper .section_4 .textBox .text .txt h2 {
        line-height: 18px;
        margin: 20px 0 12px;
        font-size: 18px
    }
}

@media screen and (max-width:575px) {
    .aboutWrapper .section_4 .textBox .text {
        padding: 40px 0 0
    }
    .aboutWrapper .section_4 .textBox .text .txt h1 {
        line-height: 14px;
        font-size: 14px;
        font-weight: 600
    }
    .aboutWrapper .section_4 .textBox .text .txt h2 {
        line-height: 14px;
        margin: 12px 0 16px;
        font-size: 14px;
        font-weight: 600
    }
    .aboutWrapper .section_4 .textBox .text .txt div {
        line-height: 18px;
        font-size: 12px
    }
    .aboutWrapper .section_4 .textBox .text .txt div p {
        margin-bottom: 5px
    }
}

.aboutWrapper .section_5 {
    background-color: #f3f3f3;
    padding: 178px 68px 164px 119px
}

.aboutWrapper .section_5 .box {
    position: relative
}

.aboutWrapper .section_5 .box .textBox {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.aboutWrapper .section_5 .box .textBox .txtBox {
    display: table;
    height: 100%
}

.aboutWrapper .section_5 .txt {
    display: table-cell;
    vertical-align: middle;
    max-width: 378px
}

.aboutWrapper .section_5 .txt h1 {
    line-height: 30px;
    font-size: 30px;
    font-family: fm;
    color: #333
}

.aboutWrapper .section_5 .txt h2 {
    line-height: 22px;
    margin: 24px 0 30px;
    font-size: 22px;
    color: #333
}

.aboutWrapper .section_5 .txt div {
    line-height: 22px;
    color: #666;
    text-align: left
}

.aboutWrapper .section_5 .pic {
    float: right;
    overflow: hidden;
    width: calc(100% - 481px)
}

.aboutWrapper .section_5 .pic img {
    width: 100%
}

@media screen and (max-width:1490px) {
    .aboutWrapper .section_5 {
        padding: 100px 60px
    }
    .aboutWrapper .section_5 .txt h1 {
        line-height: 30px;
        font-size: 28px
    }
    .aboutWrapper .section_5 .txt h2 {
        line-height: 20px;
        margin: 20px 0 26px;
        font-size: 20px
    }
    .aboutWrapper .section_5 .txt div {
        line-height: 22px
    }
    .aboutWrapper .section_5 .pic {
        width: calc(100% - 408px)
    }
}

@media screen and (max-width:1200px) {
    .aboutWrapper .section_5 {
        padding: 100px 60px
    }
    .aboutWrapper .section_5 .box .textBox {
        position: static
    }
    .aboutWrapper .section_5 .txt {
        max-width: none;
        padding-top: 30px
    }
    .aboutWrapper .section_5 .txt h1 {
        line-height: 30px;
        font-size: 24px
    }
    .aboutWrapper .section_5 .txt h2 {
        line-height: 20px;
        margin: 14px 0 20px;
        font-size: 20px
    }
    .aboutWrapper .section_5 .txt div {
        line-height: 22px
    }
    .aboutWrapper .section_5 .pic {
        float: none;
        width: 100%
    }
}

@media screen and (max-width:991px) {
    .aboutWrapper .section_5 {
        padding: 60px 24px
    }
    .aboutWrapper .section_5 .txt {
        float: none;
        max-width: none;
        padding-top: 30px
    }
    .aboutWrapper .section_5 .txt h2 {
        line-height: 20px;
        margin: 14px 0 20px;
        font-size: 20px
    }
    .aboutWrapper .section_5 .txt div {
        line-height: 22px
    }
    .aboutWrapper .section_5 .pic {
        float: none;
        width: 100%
    }
}

@media screen and (max-width:575px) {
    .aboutWrapper .section_5 {
        padding: 60px 24px
    }
    .aboutWrapper .section_5 .txt {
        float: none;
        max-width: none;
        padding-top: 30px
    }
    .aboutWrapper .section_5 .txt h1,
    .aboutWrapper .section_5 .txt h2 {
        line-height: 14px;
        font-size: 14px;
        font-weight: 600
    }
    .aboutWrapper .section_5 .txt h2 {
        margin: 12px 0 16px
    }
    .aboutWrapper .section_5 .txt div {
        line-height: 18px;
        font-size: 12px
    }
    .aboutWrapper .section_5 .pic {
        float: none;
        width: 100%
    }
}

.aboutWrapper .section_6 {
    margin: 66px 0 148px;
    position: relative
}

.aboutWrapper .section_6 .textBox {
    width: 46%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 116px
}

.aboutWrapper .section_6 .textBox .text {
    max-width: 382px;
    height: 100%;
    display: table
}

.aboutWrapper .section_6 .textBox .text .txt {
    display: table-cell;
    vertical-align: middle;
    color: #fff
}

.aboutWrapper .section_6 .textBox .text .txt h1 {
    max-width: 322px;
    line-height: 32px;
    font-size: 30px;
    font-family: fm
}

.aboutWrapper .section_6 .textBox .text .txt h2 {
    line-height: 22px;
    margin: 24px 0 30px;
    font-size: 22px
}

.aboutWrapper .section_6 .textBox .text .txt div {
    line-height: 22px;
    text-align: left
}

.aboutWrapper .section_6 .pic {
    overflow: hidden
}

.aboutWrapper .section_6 .pic img {
    width: 100%;
    -webkit-transition: transform 6s linear;
    -webkit-transition: -webkit-transform 6s linear;
    transition: -webkit-transform 6s linear;
    transition: transform 6s linear;
    transition: transform 6s linear, -webkit-transform 6s linear
}

@media screen and (min-width:576px) {
    .aboutWrapper .section_6 .pic:hover img {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

@media screen and (max-width:991px) {
    .aboutWrapper .section_6 .textBox {
        right: 20px
    }
    .aboutWrapper .section_6 .textBox .text {
        max-width: none
    }
    .aboutWrapper .section_6 .textBox .text .txt h1 {
        line-height: 30px;
        font-size: 30px
    }
    .aboutWrapper .section_6 .textBox .text .txt h2 {
        line-height: 26px;
        font-size: 26px
    }
}

@media screen and (max-width:768px) {
    .aboutWrapper .section_6 {
        padding: 0 24px;
        margin: 60px 0
    }
    .aboutWrapper .section_6 .textBox {
        width: 100%;
        position: static
    }
    .aboutWrapper .section_6 .textBox .text .txt {
        padding: 40px 0 0;
        color: #000
    }
    .aboutWrapper .section_6 .textBox .text .txt h1 {
        max-width: none;
        line-height: 26px;
        font-size: 24px
    }
    .aboutWrapper .section_6 .textBox .text .txt h2 {
        line-height: 18px;
        margin: 14px 0 20px;
        font-size: 18px
    }
    .aboutWrapper .section_6 .textBox .text .txt div {
        line-height: 22px;
        font-size: 14px
    }
}

@media screen and (max-width:575px) {
    .aboutWrapper .section_6 .textBox .text .txt h1 {
        max-width: none;
        line-height: 14px;
        font-size: 14px;
        font-weight: 600
    }
    .aboutWrapper .section_6 .textBox .text .txt h2 {
        line-height: 14px;
        margin: 12px 0 16px;
        font-size: 14px;
        font-weight: 600
    }
    .aboutWrapper .section_6 .textBox .text .txt div {
        line-height: 18px;
        font-size: 12px
    }
}

.ingredientWrapper .grid {
    max-width: 1442px;
    margin: 70px auto 182px
}

.ingredientWrapper .grid .item {
    padding: 50px 100px 59px;
    background-color: #f9f8f6;
    margin-bottom: 40px;
    position: relative
}

.ingredientWrapper .grid .item .textBox {
    width: 31%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 153px
}

.ingredientWrapper .grid .item .textBox .text {
    max-width: 466px;
    height: 100%;
    display: table
}

.ingredientWrapper .grid .item .textBox .text .txtContent {
    display: table-cell;
    vertical-align: middle
}

.ingredientWrapper .grid .item .textBox .text .txtContent h1 {
    line-height: 36px;
    color: #444;
    font-size: 30px;
    font-family: fm
}

.ingredientWrapper .grid .item .textBox .text .txtContent .txt {
    line-height: 24px;
    margin-top: 50px;
    text-align: left;
    color: #666
}

.ingredientWrapper .grid .item .textBox .text .txtContent .txt div {
    font-weight: 600
}

.ingredientWrapper .grid .item .pic {
    overflow: hidden;
    width: 42%
}

.ingredientWrapper .grid .item .pic img {
    width: 100%;
    -webkit-transition: transform .3s linear;
    -webkit-transition: -webkit-transform .3s linear;
    transition: -webkit-transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear, -webkit-transform .3s linear
}

.ingredientWrapper .grid .item .pic:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.ingredientWrapper .grid .item:nth-child(2n) .textBox {
    left: 100px
}

.ingredientWrapper .grid .item:nth-child(2n) .pic {
    float: right
}

@media screen and (max-width:1490px) {
    .ingredientWrapper .grid {
        margin: 70px auto 100px
    }
    .ingredientWrapper .grid .item {
        padding: 38px 24px;
        margin-bottom: 40px
    }
    .ingredientWrapper .grid .item .textBox {
        width: 50%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 24px
    }
    .ingredientWrapper .grid .item .textBox .text {
        max-width: none
    }
    .ingredientWrapper .grid .item .textBox .text .txtContent h1 {
        line-height: 36px;
        font-size: 30px
    }
    .ingredientWrapper .grid .item .textBox .text .txtContent .txt {
        line-height: 24px;
        margin-top: 30px
    }
    .ingredientWrapper .grid .item .pic {
        overflow: hidden;
        width: 42%
    }
    .ingredientWrapper .grid .item:nth-child(2n) .textBox {
        left: 24px
    }
    .ingredientWrapper .grid .item:nth-child(2n) .pic {
        float: right
    }
}

@media screen and (max-width:768px) {
    .ingredientWrapper .grid {
        margin: 30px auto 60px
    }
    .ingredientWrapper .grid .item {
        padding: 38px 24px;
        margin-bottom: 40px
    }
    .ingredientWrapper .grid .item .textBox {
        width: 100%;
        height: 100%;
        position: static
    }
    .ingredientWrapper .grid .item .textBox .text {
        max-width: none;
        padding-top: 30px
    }
    .ingredientWrapper .grid .item .textBox .text .txtContent h1 {
        line-height: 26px;
        font-size: 22px
    }
    .ingredientWrapper .grid .item .textBox .text .txtContent .txt {
        line-height: 24px;
        margin-top: 20px
    }
    .ingredientWrapper .grid .item .pic {
        overflow: hidden;
        width: 100%
    }
    .ingredientWrapper .grid .item:nth-child(2n) .textBox {
        left: 24px
    }
    .ingredientWrapper .grid .item:nth-child(2n) .pic {
        float: none
    }
}

@media screen and (max-width:768px) {
    .ingredientWrapper .grid {
        margin: 30px auto 60px
    }
    .ingredientWrapper .grid .item {
        padding: 30px 24px;
        margin-bottom: 30px
    }
    .ingredientWrapper .grid .item .textBox .text {
        max-width: none;
        padding-top: 30px
    }
    .ingredientWrapper .grid .item .textBox .text .txtContent h1 {
        line-height: 24px;
        font-size: 20px
    }
    .ingredientWrapper .grid .item .textBox .text .txtContent .txt {
        line-height: 24px;
        margin-top: 20px
    }
}

.certificationWrapper {
    max-width: 1490px;
    padding: 0 24px;
    margin: 0 auto
}

.certificationWrapper .teamWrapper {
    margin-top: 100px
}

.certificationWrapper .teamWrapper .title {
    margin-bottom: 46px;
    color: #333
}

.certificationWrapper .teamWrapper .title .en {
    line-height: 48px;
    font-size: 48px;
    letter-spacing: 1px;
    font-family: fm
}

.certificationWrapper .teamWrapper .title .cn {
    line-height: 35px;
    font-size: 35px;
    vertical-align: 5px
}

.certificationWrapper .teamWrapper .grid {
    margin: 0 -45px
}

.certificationWrapper .teamWrapper .grid .item {
    float: left;
    width: 33.33%;
    padding: 0 45px
}

.certificationWrapper .teamWrapper .grid .item .pic {
    overflow: hidden
}

.certificationWrapper .teamWrapper .grid .item .pic img {
    width: 100%;
    -webkit-transition: transform .3s linear;
    -webkit-transition: -webkit-transform .3s linear;
    transition: -webkit-transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear, -webkit-transform .3s linear
}

@media screen and (min-width:576px) {
    .certificationWrapper .teamWrapper .grid .item .pic:hover img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

.certificationWrapper .teamWrapper .grid .item .txt {
    margin-top: 28px
}

.certificationWrapper .teamWrapper .grid .item .txt h1 {
    line-height: 28px;
    text-align: center;
    font-size: 28px;
    font-family: fm
}

.certificationWrapper .teamWrapper .grid .item .txt span {
    display: block;
    width: 20px;
    height: 1px;
    background-color: #000;
    margin: 18px auto 15px
}

.certificationWrapper .teamWrapper .grid .item .txt div {
    max-width: 296px;
    line-height: 24px;
    margin: 0 auto;
    text-align: left
}

@media screen and (max-width:1490px) {
    .certificationWrapper .teamWrapper .title {
        margin-bottom: 46px
    }
    .certificationWrapper .teamWrapper .title .en {
        line-height: 30px;
        font-size: 30px
    }
    .certificationWrapper .teamWrapper .title .cn {
        line-height: 28px;
        font-size: 28px;
        vertical-align: 0
    }
    .certificationWrapper .teamWrapper .grid {
        margin: 0 -12px
    }
    .certificationWrapper .teamWrapper .grid .item {
        float: left;
        width: 33.33%;
        padding: 0 12px
    }
    .certificationWrapper .teamWrapper .grid .item .txt {
        margin-top: 28px
    }
    .certificationWrapper .teamWrapper .grid .item .txt h1 {
        line-height: 28px;
        font-size: 28px
    }
    .certificationWrapper .teamWrapper .grid .item .txt span {
        margin: 18px auto 15px
    }
}

@media screen and (max-width:1200px) {
    .certificationWrapper .teamWrapper {
        margin-top: 70px
    }
    .certificationWrapper .teamWrapper .title {
        margin-bottom: 46px
    }
    .certificationWrapper .teamWrapper .title .en {
        line-height: 30px;
        font-size: 30px
    }
    .certificationWrapper .teamWrapper .title .cn {
        line-height: 28px;
        font-size: 28px;
        vertical-align: 0
    }
    .certificationWrapper .teamWrapper .grid {
        margin: 0 -12px
    }
    .certificationWrapper .teamWrapper .grid .item {
        float: left;
        width: 33.33%;
        padding: 0 12px
    }
    .certificationWrapper .teamWrapper .grid .item .txt {
        margin-top: 28px
    }
    .certificationWrapper .teamWrapper .grid .item .txt h1 {
        line-height: 24px;
        font-size: 20px
    }
    .certificationWrapper .teamWrapper .grid .item .txt span {
        margin: 18px auto 15px
    }
}

@media screen and (max-width:575px) {
    .certificationWrapper .teamWrapper {
        margin-bottom: 60px
    }
    .certificationWrapper .teamWrapper .title {
        margin-bottom: 40px
    }
    .certificationWrapper .teamWrapper .title .en {
        line-height: 30px;
        font-size: 24px
    }
    .certificationWrapper .teamWrapper .title .cn {
        line-height: 20px;
        font-size: 20px;
        vertical-align: 2px
    }
    .certificationWrapper .teamWrapper .grid {
        margin: 0
    }
    .certificationWrapper .teamWrapper .grid .item {
        float: none;
        width: 100%;
        padding: 0;
        margin-bottom: 50px
    }
    .certificationWrapper .teamWrapper .grid .item .txt {
        margin-top: 28px
    }
    .certificationWrapper .teamWrapper .grid .item .txt h1 {
        line-height: 24px;
        font-size: 20px
    }
    .certificationWrapper .teamWrapper .grid .item .txt span {
        margin: 18px auto 15px
    }
    .certificationWrapper .teamWrapper .grid .item .txt div {
        max-width: none
    }
}

.certificationWrapper .certificateWrapper {
    padding: 206px 0
}

.certificationWrapper .certificateWrapper .title {
    margin-bottom: 22px;
    color: #333
}

.certificationWrapper .certificateWrapper .title .en {
    line-height: 48px;
    font-size: 48px;
    letter-spacing: 1px;
    font-family: fm
}

.certificationWrapper .certificateWrapper .title .cn {
    line-height: 35px;
    font-size: 35px;
    vertical-align: 5px
}

.certificationWrapper .certificateWrapper .grid {
    margin: 0 -27px
}

.certificationWrapper .certificateWrapper .grid .item {
    float: left;
    width: 33.33%;
    padding: 0 27px;
    margin-top: 80px
}

.certificationWrapper .certificateWrapper .grid .item .pic {
    padding: 75px 64px;
    background-color: #f4f4f4;
    border: 1px solid #b5b2b0;
    -webkit-box-shadow: 3px 3px 8px #bbb7b7;
    box-shadow: 3px 3px 8px #bbb7b7;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.certificationWrapper .certificateWrapper .grid .item .pic img {
    width: 100%
}

.certificationWrapper .certificateWrapper .grid .item h1 {
    line-height: 24px;
    height: 48px;
    text-align: center;
    margin-top: 28px;
    font-size: 24px;
    font-family: fm
}

.certificationWrapper .certificateWrapper .grid .item:hover .pic {
    -webkit-box-shadow: 8px 8px 12px #bbb7b7;
    box-shadow: 8px 8px 12px #bbb7b7
}

@media screen and (max-width:1490px) {
    .certificationWrapper .certificateWrapper {
        padding: 100px 0
    }
    .certificationWrapper .certificateWrapper .title {
        margin-bottom: 0
    }
    .certificationWrapper .certificateWrapper .title .en {
        line-height: 30px;
        font-size: 30px
    }
    .certificationWrapper .certificateWrapper .title .cn {
        line-height: 28px;
        font-size: 28px;
        vertical-align: 0
    }
    .certificationWrapper .certificateWrapper .grid {
        margin: 0 -12px
    }
    .certificationWrapper .certificateWrapper .grid .item {
        float: left;
        width: 33.33%;
        padding: 0 12px;
        margin-top: 60px
    }
    .certificationWrapper .certificateWrapper .grid .item .pic {
        padding: 60px 40px
    }
    .certificationWrapper .certificateWrapper .grid .item h2 {
        line-height: 20px;
        font-size: 20px
    }
}

@media screen and (max-width:991px) {
    .certificationWrapper .certificateWrapper {
        padding: 70px 0
    }
    .certificationWrapper .certificateWrapper .title .en {
        line-height: 30px;
        font-size: 30px
    }
    .certificationWrapper .certificateWrapper .title .cn {
        line-height: 28px;
        font-size: 28px;
        vertical-align: 2px
    }
    .certificationWrapper .certificateWrapper .grid {
        margin: 0 -12px
    }
    .certificationWrapper .certificateWrapper .grid .item {
        float: left;
        width: 50%;
        padding: 0 12px
    }
    .certificationWrapper .certificateWrapper .grid .item h1 {
        line-height: 18px;
        font-size: 18px
    }
}

@media screen and (max-width:575px) {
    .certificationWrapper .certificateWrapper {
        padding: 80px 0
    }
    .certificationWrapper .certificateWrapper .title {
        margin-bottom: 40px
    }
    .certificationWrapper .certificateWrapper .title .en {
        line-height: 30px;
        font-size: 24px
    }
    .certificationWrapper .certificateWrapper .title .cn {
        line-height: 20px;
        font-size: 20px;
        vertical-align: 2px
    }
    .certificationWrapper .certificateWrapper .grid {
        margin: 0
    }
    .certificationWrapper .certificateWrapper .grid .item {
        float: none;
        width: 100%;
        padding: 0;
        margin-top: 30px
    }
    .certificationWrapper .certificateWrapper .grid .item .pic {
        padding: 40px 20px
    }
    .certificationWrapper .certificateWrapper .grid .item h1 {
        line-height: 14px;
        height: auto;
        margin-top: 20px;
        font-size: 14px
    }
}

.certificationEnWrapper {
    max-width: 1490px;
    padding: 0 24px;
    margin: 0 auto
}

.certificationEnWrapper .teamWrapper {
    margin-top: 100px
}

.certificationEnWrapper .teamWrapper .title {
    margin-bottom: 46px;
    color: #333
}

.certificationEnWrapper .teamWrapper .title .en {
    line-height: 48px;
    font-size: 48px;
    letter-spacing: 1px;
    font-family: fm
}

.certificationEnWrapper .teamWrapper .title .cn {
    line-height: 35px;
    font-size: 35px;
    vertical-align: 5px
}

.certificationEnWrapper .teamWrapper .grid {
    margin: 0 -45px
}

.certificationEnWrapper .teamWrapper .grid .item {
    float: left;
    width: 33.33%;
    padding: 0 45px
}

.certificationEnWrapper .teamWrapper .grid .item .pic {
    overflow: hidden
}

.certificationEnWrapper .teamWrapper .grid .item .pic img {
    width: 100%;
    -webkit-transition: transform .3s linear;
    -webkit-transition: -webkit-transform .3s linear;
    transition: -webkit-transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear, -webkit-transform .3s linear
}

@media screen and (min-width:576px) {
    .certificationEnWrapper .teamWrapper .grid .item .pic:hover img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

.certificationEnWrapper .teamWrapper .grid .item .txt {
    margin-top: 28px
}

.certificationEnWrapper .teamWrapper .grid .item .txt h1 {
    line-height: 26px;
    font-size: 26px;
    font-family: fm
}

.certificationEnWrapper .teamWrapper .grid .item .txt span {
    display: block;
    width: 20px;
    height: 1px;
    background-color: #000;
    margin: 18px 0 15px
}

.certificationEnWrapper .teamWrapper .grid .item .txt div {
    line-height: 24px;
    margin: 0 auto;
    text-align: left
}

@media screen and (max-width:1490px) {
    .certificationEnWrapper .teamWrapper .title {
        margin-bottom: 46px
    }
    .certificationEnWrapper .teamWrapper .title .en {
        line-height: 30px;
        font-size: 30px
    }
    .certificationEnWrapper .teamWrapper .title .cn {
        line-height: 28px;
        font-size: 28px;
        vertical-align: 0
    }
    .certificationEnWrapper .teamWrapper .grid {
        margin: 0 -12px
    }
    .certificationEnWrapper .teamWrapper .grid .item {
        float: left;
        width: 33.33%;
        padding: 0 12px
    }
    .certificationEnWrapper .teamWrapper .grid .item .txt {
        margin-top: 28px
    }
    .certificationEnWrapper .teamWrapper .grid .item .txt h1 {
        line-height: 28px;
        font-size: 28px
    }
    .certificationEnWrapper .teamWrapper .grid .item .txt span {
        margin: 18px auto 15px
    }
}

@media screen and (max-width:1200px) {
    .certificationEnWrapper .teamWrapper {
        margin-top: 70px
    }
    .certificationEnWrapper .teamWrapper .title {
        margin-bottom: 46px
    }
    .certificationEnWrapper .teamWrapper .title .en {
        line-height: 30px;
        font-size: 30px
    }
    .certificationEnWrapper .teamWrapper .title .cn {
        line-height: 28px;
        font-size: 28px;
        vertical-align: 0
    }
    .certificationEnWrapper .teamWrapper .grid {
        margin: 0 -12px
    }
    .certificationEnWrapper .teamWrapper .grid .item {
        float: left;
        width: 33.33%;
        padding: 0 12px
    }
    .certificationEnWrapper .teamWrapper .grid .item .txt {
        margin-top: 28px
    }
    .certificationEnWrapper .teamWrapper .grid .item .txt h1 {
        line-height: 24px;
        font-size: 20px
    }
    .certificationEnWrapper .teamWrapper .grid .item .txt span {
        margin: 18px auto 15px
    }
}

@media screen and (max-width:575px) {
    .certificationEnWrapper .teamWrapper {
        margin-bottom: 60px
    }
    .certificationEnWrapper .teamWrapper .title {
        margin-bottom: 40px
    }
    .certificationEnWrapper .teamWrapper .title .en {
        line-height: 30px;
        font-size: 24px
    }
    .certificationEnWrapper .teamWrapper .title .cn {
        line-height: 20px;
        font-size: 20px;
        vertical-align: 2px
    }
    .certificationEnWrapper .teamWrapper .grid {
        margin: 0
    }
    .certificationEnWrapper .teamWrapper .grid .item {
        float: none;
        width: 100%;
        padding: 0;
        margin-bottom: 50px
    }
    .certificationEnWrapper .teamWrapper .grid .item .txt {
        margin-top: 28px
    }
    .certificationEnWrapper .teamWrapper .grid .item .txt h1 {
        line-height: 24px;
        font-size: 20px
    }
    .certificationEnWrapper .teamWrapper .grid .item .txt span {
        margin: 18px auto 15px
    }
    .certificationEnWrapper .teamWrapper .grid .item .txt div {
        max-width: none
    }
}

.certificationEnWrapper .certificateWrapper {
    padding: 206px 0
}

.certificationEnWrapper .certificateWrapper .title {
    margin-bottom: 22px;
    color: #333
}

.certificationEnWrapper .certificateWrapper .title .en {
    line-height: 48px;
    font-size: 48px;
    letter-spacing: 1px;
    font-family: fm
}

.certificationEnWrapper .certificateWrapper .title .cn {
    line-height: 35px;
    font-size: 35px;
    vertical-align: 5px
}

.certificationEnWrapper .certificateWrapper .grid {
    margin: 0 -27px
}

.certificationEnWrapper .certificateWrapper .grid .item {
    float: left;
    width: 33.33%;
    padding: 0 27px;
    margin-top: 80px
}

.certificationEnWrapper .certificateWrapper .grid .item .pic {
    padding: 75px 64px;
    background-color: #f4f4f4;
    border: 1px solid #b5b2b0;
    -webkit-box-shadow: 3px 3px 8px #bbb7b7;
    box-shadow: 3px 3px 8px #bbb7b7;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.certificationEnWrapper .certificateWrapper .grid .item .pic img {
    width: 100%
}

.certificationEnWrapper .certificateWrapper .grid .item h1 {
    line-height: 24px;
    height: 48px;
    text-align: center;
    margin-top: 28px;
    font-size: 22px;
    font-family: fm
}

.certificationEnWrapper .certificateWrapper .grid .item:hover .pic {
    -webkit-box-shadow: 8px 8px 12px #bbb7b7;
    box-shadow: 8px 8px 12px #bbb7b7
}

@media screen and (max-width:1490px) {
    .certificationEnWrapper .certificateWrapper {
        padding: 100px 0
    }
    .certificationEnWrapper .certificateWrapper .title {
        margin-bottom: 0
    }
    .certificationEnWrapper .certificateWrapper .title .en {
        line-height: 30px;
        font-size: 30px
    }
    .certificationEnWrapper .certificateWrapper .title .cn {
        line-height: 28px;
        font-size: 28px;
        vertical-align: 0
    }
    .certificationEnWrapper .certificateWrapper .grid {
        margin: 0 -12px
    }
    .certificationEnWrapper .certificateWrapper .grid .item {
        float: left;
        width: 33.33%;
        padding: 0 12px;
        margin-top: 60px
    }
    .certificationEnWrapper .certificateWrapper .grid .item .pic {
        padding: 60px 40px
    }
    .certificationEnWrapper .certificateWrapper .grid .item h2 {
        line-height: 20px;
        font-size: 20px
    }
}

@media screen and (max-width:991px) {
    .certificationEnWrapper .certificateWrapper {
        padding: 70px 0
    }
    .certificationEnWrapper .certificateWrapper .title .en {
        line-height: 30px;
        font-size: 30px
    }
    .certificationEnWrapper .certificateWrapper .title .cn {
        line-height: 28px;
        font-size: 28px;
        vertical-align: 2px
    }
    .certificationEnWrapper .certificateWrapper .grid {
        margin: 0 -12px
    }
    .certificationEnWrapper .certificateWrapper .grid .item {
        float: left;
        width: 50%;
        padding: 0 12px
    }
    .certificationEnWrapper .certificateWrapper .grid .item h1 {
        line-height: 18px;
        font-size: 18px
    }
}

@media screen and (max-width:575px) {
    .certificationEnWrapper .certificateWrapper {
        padding: 80px 0
    }
    .certificationEnWrapper .certificateWrapper .title {
        margin-bottom: 40px
    }
    .certificationEnWrapper .certificateWrapper .title .en {
        line-height: 30px;
        font-size: 24px
    }
    .certificationEnWrapper .certificateWrapper .title .cn {
        line-height: 20px;
        font-size: 20px;
        vertical-align: 2px
    }
    .certificationEnWrapper .certificateWrapper .grid {
        margin: 0
    }
    .certificationEnWrapper .certificateWrapper .grid .item {
        float: none;
        width: 100%;
        padding: 0;
        margin-top: 30px
    }
    .certificationEnWrapper .certificateWrapper .grid .item .pic {
        padding: 40px 20px
    }
    .certificationEnWrapper .certificateWrapper .grid .item h1 {
        line-height: 14px;
        height: auto;
        margin-top: 20px;
        font-size: 14px
    }
}

.newsEnWrapper {
    max-width: 1442px;
    margin: 0 auto
}

.newsEnWrapper .TitleWrapper .picture {
    width: 100%;
    height: 100%;
    min-height: 236px;
    position: relative;
    background: no-repeat 50%/cover
}

.newsEnWrapper .TitleWrapper .picture img {
    width: 100%;
    opacity: 0
}

.newsEnWrapper .TitleWrapper .picture .Video {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2
}

.newsEnWrapper .TitleWrapper .picture .play {
    font-size: 52px;
    color: #fff;
    cursor: pointer;
    z-index: 3
}

@media screen and (max-width:575px) {
    .newsEnWrapper .TitleWrapper .picture .play {
        font-size: 42px
    }
}

.newsEnWrapper .TitleWrapper .text {
    margin-top: 36px
}

.newsEnWrapper .TitleWrapper .text h1 {
    max-width: 78%;
    line-height: 27px;
    color: #444;
    font-size: 25px;
    font-family: fm
}

.newsEnWrapper .TitleWrapper .text div {
    max-width: 660px;
    margin: 20px 0 24px;
    color: #666
}

.newsEnWrapper .TitleWrapper .text a {
    display: inline-block;
    width: 180px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border-radius: 23px;
    border: 1px solid #000;
    background-color: #000;
    color: #fff;
    font-size: 12px;
    font-family: f
}

.newsEnWrapper .TitleWrapper .text a:hover {
    background-color: #fff;
    color: #000
}

@media screen and (max-width:1490px) {
    .newsEnWrapper .TitleWrapper .text {
        margin-top: 36px;
        padding: 0 30px
    }
    .newsEnWrapper .TitleWrapper .text div {
        max-width: 572px;
        margin: 20px 0 24px
    }
    .newsEnWrapper .TitleWrapper .text a {
        width: 180px;
        height: 46px;
        line-height: 46px;
        border-radius: 23px
    }
}

@media screen and (max-width:1360px) {
    .newsEnWrapper .TitleWrapper .text div {
        max-width: 572px;
        margin: 20px 0 24px
    }
    .newsEnWrapper .TitleWrapper .text a {
        width: 180px;
        height: 46px;
        line-height: 46px;
        border-radius: 23px
    }
}

@media screen and (max-width:575px) {
    .newsEnWrapper .TitleWrapper .text {
        margin-top: 36px;
        padding: 0 24px
    }
    .newsEnWrapper .TitleWrapper .text h1 {
        max-width: none;
        line-height: 24px;
        font-size: 17px
    }
    .newsEnWrapper .TitleWrapper .text div {
        max-width: none;
        margin: 16px 0 30px;
        font-size: 13px
    }
    .newsEnWrapper .TitleWrapper .text a {
        width: 136px;
        height: 36px;
        line-height: 36px;
        border-radius: 18px
    }
}

.newsEnWrapper .listWrapper {
    margin: 102px 0 128px
}

.newsEnWrapper .listWrapper .grid {
    margin: 0 -20px
}

.newsEnWrapper .listWrapper .grid .item {
    float: left;
    width: 33.33%;
    padding: 0 20px;
    margin-bottom: 80px
}

.newsEnWrapper .listWrapper .grid .item .contentBox {
    display: block
}

.newsEnWrapper .listWrapper .grid .item .contentBox .pic {
    display: block;
    overflow: hidden
}

.newsEnWrapper .listWrapper .grid .item .contentBox .pic img {
    width: 100%;
    -webkit-transition: transform .3s linear;
    -webkit-transition: -webkit-transform .3s linear;
    transition: -webkit-transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear, -webkit-transform .3s linear
}

.newsEnWrapper .listWrapper .grid .item .contentBox .pic:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.newsEnWrapper .listWrapper .grid .item .contentBox .text {
    margin-top: 28px;
    color: #333
}

.newsEnWrapper .listWrapper .grid .item .contentBox .text h3 {
    font-family: f
}

.newsEnWrapper .listWrapper .grid .item .contentBox .text h1 {
    margin: 26px 0 22px
}

.newsEnWrapper .listWrapper .grid .item .contentBox .text h1 a {
    display: inline-block;
    line-height: 24px;
    font-size: 20px;
    font-weight: 600;
    font-family: fm
}

.newsEnWrapper .listWrapper .grid .item .contentBox .text h1 a:-webkit-any-link {
    text-decoration: underline
}

.newsEnWrapper .listWrapper .grid .item .contentBox .text h6 {
    font-size: 12px;
    font-family: f
}

.newsEnWrapper .listWrapper .grid .item .contentBox .text .txt {
    display: none;
    margin-top: 52px
}

.newsEnWrapper .listWrapper .grid .item .contentBox .text .txt p {
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    width: 100%
}

.newsEnWrapper .listWrapper .grid .item .contentBox .text .txt span {
    display: inline-block;
    width: 180px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border-radius: 23px;
    border: 1px solid #000;
    background-color: #000;
    margin-top: 147px;
    color: #fff;
    font-size: 12px;
    font-family: f
}

.newsEnWrapper .listWrapper .grid .item .contentBox .text .txt span:hover {
    background-color: #fff;
    color: #000
}

@media screen and (min-width:576px) {
    .newsEnWrapper .listWrapper .grid .item.active .contentBox .text .txt {
        display: block
    }
}

.newsEnWrapper .listWrapper .grid .bar {
    visibility: hidden;
    width: 100%;
    height: 1px;
    margin-bottom: 0
}

@media screen and (max-width:1490px) {
    .newsEnWrapper .listWrapper {
        padding: 0 24px
    }
    .newsEnWrapper .listWrapper .grid {
        margin: 0 -12px
    }
    .newsEnWrapper .listWrapper .grid .item {
        width: 33.33%;
        padding: 0 12px;
        margin-bottom: 80px
    }
    .newsEnWrapper .listWrapper .grid .item .contentBox {
        display: block
    }
    .newsEnWrapper .listWrapper .grid .item .contentBox .pic img {
        width: 100%
    }
    .newsEnWrapper .listWrapper .grid .item .contentBox .text {
        margin-top: 28px
    }
    .newsEnWrapper .listWrapper .grid .item .contentBox .text h1 {
        margin: 20px 0 18px
    }
    .newsEnWrapper .listWrapper .grid .item .contentBox .text .txt {
        margin-top: 40px
    }
    .newsEnWrapper .listWrapper .grid .item .contentBox .text .txt p {
        color: #666
    }
    .newsEnWrapper .listWrapper .grid .item .contentBox .text .txt span {
        width: 180px;
        height: 46px;
        line-height: 46px;
        border-radius: 23px;
        margin-top: 60px
    }
}

@media screen and (max-width:1200px) {
    .newsEnWrapper .listWrapper {
        margin: 80px 0 100px
    }
    .newsEnWrapper .listWrapper .grid {
        margin: 0 -12px
    }
    .newsEnWrapper .listWrapper .grid .item {
        width: 50%;
        padding: 0 12px;
        margin-bottom: 60px
    }
    .newsEnWrapper .listWrapper .grid .item .contentBox {
        display: block
    }
    .newsEnWrapper .listWrapper .grid .item .contentBox .pic img {
        width: 100%
    }
    .newsEnWrapper .listWrapper .grid .item .contentBox .text {
        margin-top: 22px
    }
    .newsEnWrapper .listWrapper .grid .item .contentBox .text .txt {
        margin-top: 20px
    }
    .newsEnWrapper .listWrapper .grid .item .contentBox .text .txt span {
        width: 136px;
        height: 36px;
        line-height: 36px;
        border-radius: 18px;
        margin-top: 30px
    }
}

@media screen and (max-width:575px) {
    .newsEnWrapper .listWrapper {
        margin: 80px 0 0
    }
    .newsEnWrapper .listWrapper .grid {
        margin: 0
    }
    .newsEnWrapper .listWrapper .grid .item {
        width: 100%;
        padding: 0;
        margin-bottom: 30px
    }
    .newsEnWrapper .listWrapper .grid .item .contentBox {
        display: block
    }
    .newsEnWrapper .listWrapper .grid .item .contentBox .pic img {
        width: 100%
    }
    .newsEnWrapper .listWrapper .grid .item .contentBox .text {
        margin-top: 20px
    }
    .newsEnWrapper .listWrapper .grid .item .contentBox .text h1 {
        margin: 14px 0 12px
    }
    .newsEnWrapper .listWrapper .grid .item .contentBox .text h1 a {
        line-height: 20px;
        font-size: 18px
    }
    .newsEnWrapper .listWrapper .grid .item .contentBox .text .txt {
        margin-top: 20px
    }
    .newsEnWrapper .listWrapper .grid .item .contentBox .text .txt span {
        width: 136px;
        height: 36px;
        line-height: 36px;
        border-radius: 18px;
        margin-top: 30px
    }
    .newsEnWrapper .listWrapper .grid .bar {
        margin-bottom: 0
    }
}


/*# sourceMappingURL=layout.css.map*/